diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 1edb4b0..5346b5f 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -39,8 +39,8 @@ 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 +bind H swap-window -d -t -1 +bind L swap-window -d -t +1 # neovim set-option -g focus-events on