summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-04 19:33:01 -0700
committerBen Sima <ben@bsima.me>2020-04-05 09:59:29 -0700
commit4e104e55c3510724f8cafb9c0ddcea10a5237846 (patch)
tree7301bd63be5e7967c17538bb2e5fc7999e8cea5d /lib
parent907d14bb1d911c0e575bf2e864ef20338d82beae (diff)
Better window split keys
Diffstat (limited to 'lib')
-rw-r--r--lib/tmux4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tmux b/lib/tmux
index eda7759..5a68853 100644
--- a/lib/tmux
+++ b/lib/tmux
@@ -14,8 +14,8 @@ setw -g monitor-activity on
## Panes
# Split panes
-bind-key v split-window -h
-bind-key s split-window -v
+bind-key | split-window -h
+bind-key - split-window -v
# Use Alt-vim keys without prefix key to switch panes
bind -n M-h select-pane -L