From a520d97752af3cec6cedcb952bc5e1e4ca1e338c Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Wed, 7 Jun 2017 17:04:17 -0700 Subject: [PATCH] there is no "undo" key binding --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 9bd64b9c3..a5711faaf 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1091,7 +1091,7 @@ Command mode is also known as normal mode. - @key{p} pastes text from the killring. -- @key{u} undoes the most recent action. +- @key{u} search history backwards. - @key{[} and @key{]} search the command history for the previous/next token containing the token under the cursor before the search was started. See the history section for more information on history searching.