diff options
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index af55944..ca39f72 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -37,8 +37,8 @@ set -g prefix C-Space unbind C-b bind C-Space send-prefix -bind C-s split-window -v -c "#{pane_current_path}" -bind C-v split-window -h -c "#{pane_current_path}" +bind C-s split-window -h -c "#{pane_current_path}" +bind C-v split-window -v -c "#{pane_current_path}" bind C-w killp bind C-q killw bind C-p previous-window |
