[tmux] Try tmux' 3.5 extended keys to get proper C-.

This commit is contained in:
Sebastian Schulze 2024-10-17 21:30:30 +02:00
parent 05ec5bf191
commit 5b0e1cf7e4
No known key found for this signature in database
GPG key ID: F6BA63C6A7D3044E

View file

@ -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