1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-02-04 06:40:25 +01:00

Changed terminfo so italics etc work in nvim

This commit is contained in:
2026-01-21 17:51:44 +01:00
parent da63f892c0
commit 57c4983148

View File

@@ -2,9 +2,9 @@
set -g bell-action any set -g bell-action any
# Default termtype. If the rcfile sets $TERM, that overrides this value. # Default termtype. If the rcfile sets $TERM, that overrides this value.
set -g default-terminal tmux-256color-italic set -g default-terminal "tmux-256color"
#set -g terminal-overrides ',tmux-256color-italic:Tc' #set -g terminal-overrides ',tmux-256color-italic:Tc'
set -ga terminal-overrides ',*256col*:Tc' set -ga terminal-overrides ',*256col*:Tc:RGB'
# Keep your finger on ctrl, or don't # Keep your finger on ctrl, or don't
bind-key ^D detach-client bind-key ^D detach-client