summaryrefslogtreecommitdiff
path: root/config/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/.tmux.conf')
-rw-r--r--config/.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/.tmux.conf b/config/.tmux.conf
index 28df1d0..1137b9d 100644
--- a/config/.tmux.conf
+++ b/config/.tmux.conf
@@ -30,7 +30,7 @@ set-window-option -g mode-keys vi
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
-bind \ split-window -h -c "#{pane_current_path}"
+bind \\ split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
bind-key r command-prompt -I "#W" "rename-window '%%'"