From 140d6bc82e199ca18eb7ec6db7b883d7a759428a Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 15 Nov 2025 16:18:51 +0100 Subject: [PATCH] fix nvim issue --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9cea6a0..ef370b8 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -3,6 +3,8 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix +set-option -g focus-events on + unbind c bind c new-window -c "#{pane_current_path}"