diff options
| -rw-r--r-- | tmux/tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2b94e06..68be347 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -18,6 +18,9 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R +# needed for autoread to work in neovim +set-option -g focus-events on + # highlight current window in status bar set-window-option -g window-status-current-style 'bg=brightwhite' set-window-option -g window-status-current-format ' #I:#W ' |
