mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
ba5a22e2ce
This was never mentioned in the documentation as the way to switch to vi-mode, and now does nothing of value anymore.
12 lines
388 B
Text
12 lines
388 B
Text
\section fish_vi_mode fish_vi_mode - Enable vi mode
|
|
|
|
\subsection fish_vi_mode-synopsis Synopsis
|
|
\fish{synopsis}
|
|
fish_vi_mode
|
|
\endfish
|
|
|
|
\subsection fish_vi_mode-description Description
|
|
|
|
This function is deprecated. Please call `fish_vi_key_bindings directly`
|
|
|
|
`fish_vi_mode` enters a vi-like command editing mode. To always start in vi mode, add `fish_vi_mode` to your `config.fish` file.
|