[tmux] Try tmux' 3.5 extended keys to get proper C-.
This commit is contained in:
parent
05ec5bf191
commit
5b0e1cf7e4
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ unbind C-b
|
|||
set-option -g prefix C-o
|
||||
bind-key C-o send-prefix
|
||||
|
||||
set -s extended-keys on
|
||||
set -as terminal-features 'xterm*:extkeys'
|
||||
|
||||
set -g default-terminal "tmux-direct"
|
||||
|
||||
bind s split-window -v
|
||||
|
|
Loading…
Reference in a new issue