aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-03-12 09:49:43 +0000
committernicm <nicm>2020-03-12 09:49:43 +0000
commitb8b48e2e37b9dcc1cfebaecbd89d557eca82a0be (patch)
tree0c08643d8446b075694e99c7e9ba56e30bbfedda /tmux.1
parent2a5702a936829c30b1c427028fdb75a21e2e6771 (diff)
downloadrtmux-b8b48e2e37b9dcc1cfebaecbd89d557eca82a0be.tar.gz
rtmux-b8b48e2e37b9dcc1cfebaecbd89d557eca82a0be.tar.bz2
rtmux-b8b48e2e37b9dcc1cfebaecbd89d557eca82a0be.zip
Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q
in command mode.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 1 insertions, 1 deletions
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"