mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
16 lines
331 B
ReStructuredText
16 lines
331 B
ReStructuredText
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.
|