mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
tmux escape-time=1
This commit is contained in:
parent
09a6c9431a
commit
a09cb2ad6c
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@
|
|||
set -g pane-base-index 1
|
||||
set -g renumber-windows on
|
||||
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
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue