From e598cf8a0dee9d684dcfaf4bcb84c8a17903a958 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 17 Apr 2024 06:04:44 +0200 Subject: [PATCH] Added tmux option recommended by neovim --- tmux/dot-tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index b0f9e4d..4dc468c 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -6,6 +6,7 @@ setw -g aggressive-resize on setw -g automatic-rename on set -s escape-time 0 set-window-option -g xterm-keys on +set-option -g focus-events on # Change leader unbind C-b