summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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