fix nvim issue

This commit is contained in:
2025-11-15 16:18:51 +01:00
parent ec3331553b
commit 140d6bc82e
+2
View File
@@ -3,6 +3,8 @@ unbind C-b
set-option -g prefix C-a set-option -g prefix C-a
bind-key C-a send-prefix bind-key C-a send-prefix
set-option -g focus-events on
unbind c unbind c
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"