tmux escape-time=1

This commit is contained in:
Sean Buckley 2023-11-12 02:29:37 -05:00
parent 09a6c9431a
commit a09cb2ad6c

View file

@ -118,6 +118,8 @@
set -g pane-base-index 1 set -g pane-base-index 1
set -g renumber-windows on set -g renumber-windows on
set -sa terminal-overrides ",*256color:Tc" set -sa terminal-overrides ",*256color:Tc"
# escape-time reduces the time where the escape key acts as an alt key
set -s escape-time 1
''; '';
}; };