From e03d37f0e82356ccdf85e60a8bcfc62b6ef39f5f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 27 Jan 2021 10:44:10 +0100 Subject: [PATCH] update tmux config --- confs/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confs/tmux.conf b/confs/tmux.conf index d58f5ca..6225ce0 100644 --- a/confs/tmux.conf +++ b/confs/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