From 115f3afb758b52cf984793576e9d036db2355544 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 11 Jun 2022 18:01:04 +0200 Subject: [PATCH] :bug: fix nvim healthcheck --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 98912ad..c7748cc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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