diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-08-31 15:39:39 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-08-31 22:28:28 +0530 |
commit | 31458b74b81df4ef5101c01b26fc28fc32ee821b (patch) | |
tree | 15846c395e3ac5aa085a30d11833b6f531abb345 /home/common/modules/tmux.nix | |
parent | 07854ac073b6c4a3e749078fa113367105a7af08 (diff) |
feat(home/common): init neovim
Diffstat (limited to 'home/common/modules/tmux.nix')
-rw-r--r-- | home/common/modules/tmux.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/common/modules/tmux.nix b/home/common/modules/tmux.nix index 6705f38..433a02c 100644 --- a/home/common/modules/tmux.nix +++ b/home/common/modules/tmux.nix @@ -43,5 +43,8 @@ set -g status-left "" set -g status-right "" set -g status-justify right + + # nvim.checkhealth: without this |'autoread'| may not work + set-option -g focus-events on ''; } |