From 74f32eb2b5dbe6bbf7e98f14b7f1abf8fc21d19d Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 10 Aug 2018 13:38:23 -0500 Subject: [PATCH] tweaked tmux keybinding so that both directions of window splits use the shift key. --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 0f0b6fe..d647944 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -5,9 +5,9 @@ #split panes using | and - unbind '|' - unbind '-' + unbind '_' bind | split-window -h - bind - split-window -v + bind _ split-window -v unbind '"' unbind %