From c0eaaeb17030bb59abce0fbebd3bdcad82e971ef Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 23 Aug 2019 21:54:20 +0100 Subject: The other way around --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.conf') 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" -- cgit v1.2.3