summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 0826c3a..65410b2 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -4,7 +4,7 @@ set-option -g prefix C-a
bind C-a send-prefix
unbind '"'
unbind %
-bind \\ split-window -h
+bind | split-window -h
bind - split-window -v
bind r source-file ~/.tmux.conf
bind h select-pane -L