From 734c4034530e4d2c47b9df1fa610a08381289266 Mon Sep 17 00:00:00 2001 From: Ted Kulp Date: Tue, 16 Sep 2025 06:48:25 -0400 Subject: [PATCH] fix for C-\ not working in nvim --- .config/tmux/tmux.conf##template.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/tmux/tmux.conf##template.j2 b/.config/tmux/tmux.conf##template.j2 index 0df44f9..59da3f1 100644 --- a/.config/tmux/tmux.conf##template.j2 +++ b/.config/tmux/tmux.conf##template.j2 @@ -41,6 +41,8 @@ set -g @catppuccin_status_left_separator "█" set -g @catppuccin_status_right_separator "█" set -g @catppuccin_window_text " #(basename #{pane_current_path})" set -g @catppuccin_window_current_text " #(basename #{pane_current_path})" +set -g @vim_navigator_mapping_prev "" +set -g @vim_navigator_prefix_mapping_clear_screen "" set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'