X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/61dc235b92b311ef1455e34368a6d25aeb00bfe7..dd35844f0c0ecb1eb059f60a66d55bd064df4fc2:/tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c77c9c0..ced2e1c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,11 +1,13 @@ set -g allow-passthrough on -# enable true color -set -ag terminal-overrides ",xterm-256color:Tc" 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 @@ -34,6 +36,7 @@ bind-key l select-pane -R # moving between windows with vim movement keys bind-key -r C-h select-window -t :- bind-key -r C-l select-window -t :+ +bind-key r move-window -r # reorder windows # resize panes with vim movement keys bind-key -r H resize-pane -L 5