got rid of vim esc delay
This commit is contained in:
parent
96c0b3e15c
commit
886e22e1cf
4 changed files with 7 additions and 6 deletions
|
|
@ -39,3 +39,6 @@ bind a resize-pane -Z
|
|||
# Shift arrow to switch windows
|
||||
bind -n C-S-Space previous-window
|
||||
bind -n C-Space next-window
|
||||
|
||||
# Remove escape delay
|
||||
set -s escape-time 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue