From b8b48e2e37b9dcc1cfebaecbd89d557eca82a0be Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 12 Mar 2020 09:49:43 +0000 Subject: Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q in command mode. --- tmux.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 42d0da2b..cd0a9236 100644 --- a/tmux.1 +++ b/tmux.1 @@ -4837,7 +4837,7 @@ on the value of the option: .Bl -column "FunctionXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXX" "emacsX" -offset indent .It Sy "Function" Ta Sy "vi" Ta Sy "emacs" -.It Li "Cancel command prompt" Ta "Escape" Ta "Escape" +.It Li "Cancel command prompt" Ta "q" Ta "Escape" .It Li "Delete from cursor to start of word" Ta "" Ta "C-w" .It Li "Delete entire command" Ta "d" Ta "C-u" .It Li "Delete from cursor to end" Ta "D" Ta "C-k" -- cgit