🐛 fix nvim healthcheck
This commit is contained in:
parent
633e6e2dc9
commit
115f3afb75
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ unbind C-b
|
|||
set -g prefix C-a
|
||||
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
|
||||
# Note: may break OSX copy/paste
|
||||
# set -g mouse on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue