diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-09-16 22:01:18 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-09-16 22:01:18 +0100 |
commit | eea85fb4c741e6e08df77de414aac124743908ff (patch) | |
tree | a2b90ec51f23f7967c192407287c8e327e4af5ef /tmux.1 | |
parent | c3e1b841f99383dfd1f9a9535c71b745e89d43fd (diff) | |
parent | 3206869ea5cbcf0caa9e62ec11edb170aae2cf27 (diff) | |
download | rtmux-eea85fb4c741e6e08df77de414aac124743908ff.tar.gz rtmux-eea85fb4c741e6e08df77de414aac124743908ff.tar.bz2 rtmux-eea85fb4c741e6e08df77de414aac124743908ff.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3039,7 +3039,7 @@ Send the prefix key, or with .Fl 2 the secondary prefix key, to a window as if it was pressed. .It Xo Ic unbind-key -.Op Fl an +.Op Fl anq .Op Fl T Ar key-table .Ar key .Xc @@ -3054,6 +3054,9 @@ are the same as for If .Fl a is present, all key bindings are removed. +The +.Fl q +option prevents errors being returned. .El .Sh OPTIONS The appearance and behaviour of |