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