From fa88c42cf1586200f96495394b46ab68de6cfbfe Mon Sep 17 00:00:00 2001 From: David Xia Date: Tue, 15 Jul 2014 21:59:08 -0400 Subject: Fix minor syntax and capitalization mistakes in vi mode docs --- doc_src/index.hdr.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index b44e382e..b33ec50f 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1120,11 +1120,11 @@ The \c fish editor features copy and paste, a searchable history and many editor functions that can be bound to special keyboard shortcuts. -Similar to bash, fish has Emacs and vi editing modes. The default -editing mode is Emacs. You can switch to vi mode with \c fish_vi_key_bindings +Similar to bash, fish has Emacs and Vi editing modes. The default +editing mode is Emacs. You can switch to Vi mode with \c fish_vi_key_bindings and switch back with \c fish_default_key_bindings. -\subsection Emacs mode commands +\subsection emacs-mode Emacs mode commands - Tab completes the current token. - Home or Ctrl-A moves the cursor to the beginning of the line. @@ -1151,7 +1151,7 @@ and switch back with \c fish_default_key_bindings. You can change these key bindings using the bind builtin command. -\subsection Vi mode commands +\subsection vi-mode Vi mode commands Vi mode allows for the use of Vi-like commands when at the bash prompt. You'll initially be in insert mode. Hitting the escape key takes you -- cgit v1.2.3