Browse Source

Added NeoVim :checkhealth recommendations

master
Julio Biason 3 years ago
parent
commit
567523f7b6
  1. 5
      tmux/tmux.conf

5
tmux/tmux.conf

@ -32,3 +32,8 @@ set-option -g status-right ""
set-option -g status-right-length 0
set-option -g status-left ""
set-option -g status-left-length 0
# Options to make NeoVim (more) happy
set-option -g focus-events on
set-option -g default-terminal "xterm-256color"
set-option -sa terminal-overrides ',xterm-256color:RGB'

Loading…
Cancel
Save