aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-08-23 21:54:20 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:29 +0100
commitc0eaaeb17030bb59abce0fbebd3bdcad82e971ef (patch)
tree568357d026fa304fedf2e234d0613e563a9691b9 /tmux.conf
parentbf29e491f324a8687cb8f6915ea65e071ad480c2 (diff)
downloaddotnvim-c0eaaeb17030bb59abce0fbebd3bdcad82e971ef.tar.gz
dotnvim-c0eaaeb17030bb59abce0fbebd3bdcad82e971ef.zip
The other way around
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index 0f5cfe8..3596622 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -42,8 +42,8 @@ bind r source-file ~/.tmux.conf
# Use current directory for these
bind c new-window -c "#{pane_current_path}"
-bind h 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 h split-window -v -c "#{pane_current_path}"
## COLORSCHEME: gruvbox dark
set-option -g status "on"