diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-08-23 21:54:20 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | c0eaaeb17030bb59abce0fbebd3bdcad82e971ef (patch) | |
tree | 568357d026fa304fedf2e234d0613e563a9691b9 | |
parent | bf29e491f324a8687cb8f6915ea65e071ad480c2 (diff) | |
download | dotnvim-c0eaaeb17030bb59abce0fbebd3bdcad82e971ef.tar.gz dotnvim-c0eaaeb17030bb59abce0fbebd3bdcad82e971ef.zip |
The other way around
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |