mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
better terminal colors using neovim
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user