mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
Change the xterm-keys option to default to on, so that tmux will
generate xterm(1) escape sequences for function keys with modifiers. With the option off most of these keys are ignored by default, except for ctrl + arrows which use a variant that nothing else seems to use and I don't remember why we chose. The xterm escape sequences are now the most common. Prompted by a question from mpi@.
This commit is contained in:
parent
70ba3c147f
commit
1015b124d5
@ -896,7 +896,7 @@ const struct options_table_entry options_table[] = {
|
|||||||
{ .name = "xterm-keys",
|
{ .name = "xterm-keys",
|
||||||
.type = OPTIONS_TABLE_FLAG,
|
.type = OPTIONS_TABLE_FLAG,
|
||||||
.scope = OPTIONS_TABLE_WINDOW,
|
.scope = OPTIONS_TABLE_WINDOW,
|
||||||
.default_num = 0
|
.default_num = 1
|
||||||
},
|
},
|
||||||
|
|
||||||
{ .name = NULL }
|
{ .name = NULL }
|
||||||
|
Loading…
Reference in New Issue
Block a user