From c9779a8b3f61d5a265d7b2c86587b6441049d0a7 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 4 Nov 2024 19:30:54 -0500 Subject: [PATCH] Added tmux split binding --- .tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) 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