Skip to content

Commit

Permalink
set tmux splitting direction same as vim
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Jan 4, 2024
1 parent 4e2c55b commit eb2cd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set-option -g prefix C-s
bind-key C-s send-prefix

# splitting panes with | and -
bind s split-window -h -c "#{pane_current_path}"
bind v split-window -v -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"
bind s split-window -v -c "#{pane_current_path}"

bind q killp

Expand Down

0 comments on commit eb2cd86

Please sign in to comment.