From b70fb270f2fbf82f8a3be09848910639f41f4d9b Mon Sep 17 00:00:00 2001 From: hasecilu Date: Fri, 19 Jan 2024 19:53:44 -0600 Subject: [PATCH] New shortcut for splitting vertically the windows, bind | --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index ca40bd8..30b7960 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -72,6 +72,7 @@ bind BTab switch-client -l # move to last session bind - split-window -v # split current window vertically bind _ split-window -h +bind | split-window -h # pane navigation bind -r h select-pane -L # move left