Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q

in command mode.
This commit is contained in:
nicm
2020-03-12 09:49:43 +00:00
parent 2a5702a936
commit b8b48e2e37
2 changed files with 5 additions and 1 deletions

2
tmux.1
View File

@ -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"