Browse Source

More options to make NeoVim happy

master
Julio Biason 3 years ago
parent
commit
2b6ba4261b
  1. 4
      tmux/tmux.conf

4
tmux/tmux.conf

@ -35,5 +35,5 @@ 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'
set-option -g default-terminal "tmux-256color"
set-option -sa terminal-overrides ',tmux-256color:RGB'

Loading…
Cancel
Save