diff --git a/.tmux/tmux.conf b/.tmux/tmux.conf index 730f57f..f007f4f 100644 --- a/.tmux/tmux.conf +++ b/.tmux/tmux.conf @@ -62,6 +62,7 @@ bind-key n command-prompt -p "rename-window:" -I "#{window_name}" "rename-window bind-key N command-prompt -p "rename-session:" -I "#{session_name}" "rename-session '%%'" bind - split-window -v bind _ split-window -h +bind \\ split-window -h bind > swap-pane -D # swap current pane with the next one bind < swap-pane -U # swap current pane with the previous one bind C-c new-session