neovim updateS

This commit is contained in:
Josh Patra
2024-07-10 09:54:02 -04:00
parent 6ac26df8a0
commit 42226f1963
6 changed files with 39 additions and 28 deletions

View File

@@ -28,6 +28,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cance
# 24 bit colors
# set-option -sa terminal-overrides ",xterm*:Tc"
set -g default-terminal "screen-256color"
set-option -a terminal-features 'screen-256color:RGB'
# enable mouse mode (tmux 2.1 and above)
set -g mouse on