From 08b07b1a08ad02f7a195437deead0a60f971e1ee Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 14 Nov 2019 07:55:01 +0000 Subject: Add an option to set the key sent by backspace for those whose system uses ^H rather than ^?. GitHub issue 1969. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') 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 -- cgit