increase tmux escape-time

This commit is contained in:
Sean Buckley 2024-07-19 19:56:18 -04:00
parent 9b7b459629
commit 72371de9c5

View file

@ -128,7 +128,7 @@
set -g set-titles 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
set -s escape-time 10
################################################################################
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator