From c0e8ad6f1feff09474e957773a1508d9813d4bbb Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 2 Oct 2015 00:37:36 +0200 Subject: Make vi bindings inherit the defaults This reduces code duplication and adds some previously unavailable bindings that don't quite _violate_ the vi-principle (like prevd-or-backward-word on alt-left) and matches other "impure" bindings like \cf for forward-word (a quite emacs-ish binding) we already have. Fixes #2412 Fixes #2472 Fixes #2255 --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src') diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index e9619f48..fdd5162f 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -912,7 +912,7 @@ You can change these key bindings using the bindinsert mode is active. @key{Escape} enters command mode. The commands available in command, insert and visual mode are described below. +Vi mode allows for the use of Vi-like commands at the prompt. Initially, insert mode is active. @key{Escape} enters command mode. The commands available in command, insert and visual mode are described below. Vi mode builds on top of Emacs mode, so all keybindings mentioned there that do not contradict the ones mentioned here also work. \subsubsection vi-mode-command Command mode -- cgit v1.2.3