summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2020-03-12 09:49:44 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2020-03-12 09:49:44 +0000
commitff8468eca3beeac226b27831e0215a1f4266555f (patch)
treeb0fe3d0f5d22d84ffab2a8fe92da24bd91669fea /usr.bin/tmux/tmux.1
parentc7a6016f3e619b159360c4353a0da91370c65ed9 (diff)
Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q
in command mode.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r--usr.bin/tmux/tmux.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1
index 3cafbccc1d2..55662693e1e 100644
--- a/usr.bin/tmux/tmux.1
+++ b/usr.bin/tmux/tmux.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tmux.1,v 1.714 2020/03/11 14:17:55 nicm Exp $
+.\" $OpenBSD: tmux.1,v 1.715 2020/03/12 09:49:43 nicm Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 11 2020 $
+.Dd $Mdocdate: March 12 2020 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -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"