mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
docs: Remove fish_vi_mode documentation
This has been deprecated for quite a while, no need to keep the docs around. [ci skip]
This commit is contained in:
parent
357a572b43
commit
21ef9f5150
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
.. _cmd-fish_vi_mode:
|
||||
|
||||
fish_vi_mode - Enable vi mode
|
||||
=============================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
fish_vi_mode
|
||||
|
||||
|
||||
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.
|
Loading…
Reference in a new issue