diff --git a/files/tmux/.tmux.conf b/files/tmux/.tmux.conf index 07321d3..f44ea85 100644 --- a/files/tmux/.tmux.conf +++ b/files/tmux/.tmux.conf @@ -37,8 +37,8 @@ bind-key -n M-8 select-window -t 8 bind-key -n M-9 select-window -t 9 # swap panes -bind-key -n 'M-[' swap-pane -D -bind-key -n 'M-]' swap-pane -U +bind-key -n 'M-H' swap-pane -D +bind-key -n 'M-L' swap-pane -U # move panes to and from windows bind-key -n 'M-t' command-prompt -p "Send pane to:" "join-pane -t :'%%'"