X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/1bef964c93068c8b996d0e47b3808992db75eae8..refs/heads/master:/tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9f43fdf..ced2e1c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,4 @@ set -g allow-passthrough on -# enable true color -set -ag terminal-overrides ",xterm-256color:Tc" set -g set-titles on set -g mouse @@ -38,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