X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/61dc235b92b311ef1455e34368a6d25aeb00bfe7..1bef964c93068c8b996d0e47b3808992db75eae8:/tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c77c9c0..9f43fdf 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,6 +6,10 @@ set -g set-titles on set -g mouse set -g mode-keys vi +# Reduce time to consider Esc+ as +set -sg escape-time 10 +set -sg extended-keys always + # Start windows and panes at 1, not 0 set -g base-index 1 setw -g pane-base-index 1