diff --git a/home/.tmux.conf b/home/.tmux.conf index 8cdd126..1c038f6 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -29,3 +29,6 @@ set -g mouse off # Fix vim color scheme breaking set -g default-terminal "screen-256color" + +# Lower escape time for smoother usage in vim +set -sg escape-time 10