From 57f7227684a1397cbab8ae9dea1cb8154619fff4 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Fri, 9 Apr 2021 10:37:25 -0500 Subject: [PATCH] fixed and better split keys --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2b13173..7b11ea5 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -11,8 +11,8 @@ set -g renumber-windows on # Mappings ## |,- Split panes -bind-key \ split-window -h -bind-key - split-window -v +bind-key \\ split-window -h -c '#{pane_current_path}' # Split panes horizontally +bind-key - split-window -v -c '#{pane_current_path}' # Split panes vertically ## h,j,k,l to switch pane bind h select-pane -L bind j select-pane -D