diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf
index 5a66eb7b..1834e7b3 100644
--- a/tag-tmux/tmux.conf
+++ b/tag-tmux/tmux.conf
@@ -15,7 +15,7 @@ set -g status-fg "#aaaaaa"
 set -g status-bg "#666666"
 
 bind-key - split-window -v  -c '#{pane_current_path}'
-bind-key \ split-window -h  -c '#{pane_current_path}'
+bind-key \\ split-window -h  -c '#{pane_current_path}'
 
 bind -n S-Left resize-pane -L 2
 bind -n S-Right resize-pane -R 2