docs: some improvements to the notes on key bindings

Includes acknowledgement that these are not full editors. Closes #4023.
This commit is contained in:
David Adam
2021-04-14 21:43:14 +08:00
parent 56af5d0702
commit 9db846a5a7
3 changed files with 6 additions and 3 deletions

View File

@@ -228,7 +228,7 @@ Perform a history search when :kbd:`Page Up` is pressed::
bind -k ppage history-search-backward
Turn on Vi key bindings and rebind :kbd:`Control`\ +\ :kbd:`C` to clear the input line::
Turn on :ref:`Vi key bindings <vi-mode>` and rebind :kbd:`Control`\ +\ :kbd:`C` to clear the input line::
set -g fish_key_bindings fish_vi_key_bindings
bind -M insert \cc kill-whole-line repaint