tmux: remove escape timeout

This commit is contained in:
t0xa 2026-03-03 11:29:57 +03:00
parent 75e8d5fa40
commit 9acb9cf5af

View file

@ -18,6 +18,9 @@ set -g @plugin 'christoomey/vim-tmux-navigator'
bind -n M-P previous-window
bind -n M-N next-window
# Set escape timeout to prevent esc lag
set -s escape-time 0
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1
@ -59,4 +62,7 @@ bind-key o switch-client -T my_table
bind-key -T my_table o switch-client -t Personal:3
bind-key -T my_table i switch-client -t Backend:1
bind-key -T my_table c switch-client -t Backend:2
bind-key -T my_table p switch-client -t Other:1
# bind-key -T my_table p switch-client -t Other:1
# Bindings for switching session up and down
bind-key -T my_table p switch-client -p
bind-key -T my_table n switch-client -n