aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/index.hdr.in
diff options
context:
space:
mode:
authorGravatar David Xia <david@davidxia.com>2014-07-15 21:59:08 -0400
committerGravatar David Xia <david@davidxia.com>2014-07-15 21:59:08 -0400
commitfa88c42cf1586200f96495394b46ab68de6cfbfe (patch)
tree6ea8f2a929c2d8fe66cf5ae34c6e3737b4fb6fb1 /doc_src/index.hdr.in
parente84a762171ce23a3367c4eed699049c958a66b81 (diff)
Fix minor syntax and capitalization mistakes in vi mode docs
Diffstat (limited to 'doc_src/index.hdr.in')
-rw-r--r--doc_src/index.hdr.in8
1 files 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 <a href="#completion">completes</a> 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
<a href="commands.html#bind">bind</a> 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