From 3d935a51d55b4195eced62d422b71eeb08b71daf Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 10 Mar 2024 13:57:44 +0530 Subject: update --- config/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/.tmux.conf') diff --git a/config/.tmux.conf b/config/.tmux.conf index 248b37c..28df1d0 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 '%%'" -- cgit v1.2.3