From cb1438d740149234c69fa0bfe3500de3afbd4899 Mon Sep 17 00:00:00 2001 From: OlaoluwaM <37044906+OlaoluwaM@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:32:21 +0100 Subject: [PATCH] fix: Same keybindings for creating horizontal and vertical panes --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 1b210a8..33d6f26 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -64,7 +64,7 @@ bind C-f command-prompt -p find-session 'switch-client -t %%' # split current window horizontally 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