diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9f20bd4..8d42e7b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -29,7 +29,7 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel -bind '"' split-window -v -c "#{pane_current_path}" +bind "'" split-window -v -c "#{pane_current_path}" bind '\' split-window -h -c "#{pane_current_path}" # Floating popup keybindings