🐛 fix nvim healthcheck

This commit is contained in:
dannydannydanny 2022-06-11 18:01:04 +02:00
parent 633e6e2dc9
commit 115f3afb75

View file

@ -3,6 +3,11 @@ unbind C-b
set -g prefix C-a set -g prefix C-a
bind C-a send-prefix bind C-a send-prefix
# nvim 'checkhealth' advice
set-option -g focus-events on
set-option -g default-terminal "screen-256color"
set-option -sa terminal-overrides ',xterm-256color:RGB'
# enable mouse selection # enable mouse selection
# Note: may break OSX copy/paste # Note: may break OSX copy/paste
# set -g mouse on # set -g mouse on