better terminal colors using neovim

This commit is contained in:
aminnairi
2023-07-27 09:42:43 +02:00
parent f714c33bcf
commit b1f9981ac3
+3
View File
@@ -35,6 +35,9 @@ set -g mouse off
# Set the default terminal
set -s default-terminal 'tmux-256color'
# Set the correct terminal feature for better termguicolors in Neovim
set-option -sa terminal-features ',XXX:RGB'
# open/split window with current path
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"