some tmux magic for neovim to work correctly

This commit is contained in:
2022-03-18 20:46:53 +03:00
parent 572c915a62
commit 40562446a6

View File

@@ -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