diff options
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index facc260..3125892 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -20,7 +20,7 @@ bind-key l select-pane -R # needed for autoread to work in neovim set-option -g focus-events on -set-option -g cursor-style blinking-bar +# set-option -g cursor-style blinking-bar # highlight current window in status bar set-window-option -g window-status-current-style 'bg=brightwhite' |
