summaryrefslogtreecommitdiff
path: root/config/.tmux.conf
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-10 14:11:07 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-10 14:11:07 +0530
commit449281449ecd01dea1caeb5083784e39c7c0127d (patch)
treeb67f43c4c7d86298cc92c45764fa05a422f3237a /config/.tmux.conf
parent3d935a51d55b4195eced62d422b71eeb08b71daf (diff)
update tmux conf
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 '%%'"