From 40562446a6c1e64ff6d10d95529458b3ae6f3eac Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 18 Mar 2022 20:46:53 +0300 Subject: [PATCH] some tmux magic for neovim to work correctly --- config/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/.tmux.conf b/config/.tmux.conf index ba305c3..8987813 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -1,3 +1,6 @@ +set -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" + bind h select-pane -L bind j select-pane -D bind k select-pane -U