aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-11-14 07:55:01 +0000
committernicm <nicm>2019-11-14 07:55:01 +0000
commit08b07b1a08ad02f7a195437deead0a60f971e1ee (patch)
tree008cb66149cd8540af544c6f73d4094d096dc18b /tmux.1
parentc225262e132ded1b4e1e8c0bd21884e9da78ddb3 (diff)
downloadrtmux-08b07b1a08ad02f7a195437deead0a60f971e1ee.tar.gz
rtmux-08b07b1a08ad02f7a195437deead0a60f971e1ee.tar.bz2
rtmux-08b07b1a08ad02f7a195437deead0a60f971e1ee.zip
Add an option to set the key sent by backspace for those whose system
uses ^H rather than ^?. GitHub issue 1969.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 2a1735d8..3fb01ee4 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2925,6 +2925,10 @@ omitted to toggle).
.Pp
Available server options are:
.Bl -tag -width Ds
+.It Ic backspace Ar key
+Set the key sent by
+.Nm
+for backspace.
.It Ic buffer-limit Ar number
Set the number of buffers; as new buffers are added to the top of the stack,
old ones are removed from the bottom if necessary to maintain this maximum