bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Update man page vi bindings list


From: Josh Brobst
Subject: [PATCH] Update man page vi bindings list
Date: Wed, 20 Dec 2023 18:28:51 -0500

---
 doc/readline.3 | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/doc/readline.3 b/doc/readline.3
index 8b0ba10..5756372 100644
--- a/doc/readline.3
+++ b/doc/readline.3
@@ -1464,15 +1464,17 @@ VI Insert Mode functions
 "C-I"  complete
 "C-J"  accept-line
 "C-M"  accept-line
+"C-N"  menu-complete
+"C-P"  menu-complete-backward
 "C-R"  reverse-search-history
 "C-S"  forward-search-history
 "C-T"  transpose-chars
 "C-U"  unix-line-discard
 "C-V"  quoted-insert
-"C-W"  unix-word-rubout
+"C-W"  vi-unix-word-rubout
 "C-Y"  yank
 "C-["  vi-movement-mode
-"C-_"  undo
+"C-_"  vi-undo
 "\^ " to "\(ti"  self-insert
 "C-?"  backward-delete-char
 .PP
@@ -1494,7 +1496,7 @@ VI Command Mode functions
 "C-T"  transpose-chars
 "C-U"  unix-line-discard
 "C-V"  quoted-insert
-"C-W"  unix-word-rubout
+"C-W"  vi-unix-word-rubout
 "C-Y"  yank
 "C-_"  vi-undo
 "\^ "  forward-char
@@ -1528,7 +1530,7 @@ VI Command Mode functions
 "T"  vi-char-search
 "U"  revert-line
 "W"  vi-next-word
-"X"  backward-delete-char
+"X"  vi-rubout
 "Y"  vi-yank-to
 "\e"  vi-complete
 "\(ha"  vi-first-print
@@ -1543,7 +1545,7 @@ VI Command Mode functions
 "h"  backward-char
 "i"  vi-insertion-mode
 "j"  next-history
-"k"  prev-history
+"k"  previous-history
 "l"  forward-char
 "m"  vi-set-mark
 "n"  vi-search-again
-- 
2.43.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]