diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 2925b62..1edb4b0 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -38,5 +38,9 @@ bind j select-pane -D # bottom pane bind k select-pane -U # top pane bind l select-pane -R # right pane +# move windows +bind H swap-window -t -1\; last-window +bind L swap-window -t +1\; last-window + # neovim set-option -g focus-events on