tmux: remove escape timeout
This commit is contained in:
parent
75e8d5fa40
commit
9acb9cf5af
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue