Enable neovim's italic highlighting to be in italic
dblume

dblume commited on 2024-04-09 14:02:44
Showing 1 changed files, with 3 additions and 0 deletions.


"tmux-256color" also works. See:
https://stackoverflow.com/a/75423444/9181
https://unix.stackexchange.com/questions/269077/tput-setaf-color-table-how-to-determine-color-codes
... ...
@@ -68,5 +68,8 @@ setw -g aggressive-resize
68 68
 setw -g window-status-current-format '#{?#{!=:#{session_windows},1},#I:#W:,}#[fg=yellow]#{?window_zoomed_flag,Z:,}#{s\/home/dblume\~\:pane_current_path}#[default]'
69 69
 setw -g window-status-format '#[fg=colour241]#I:#W#[default]'
70 70
 
71
+# This allows neovim's hi htmlItalic (also used by markdown) to use italic font
72
+set -g default-terminal "tmux"
73
+
71 74
 # prefix, C-Arrow doesn't work from PuTTY. Needs TERM to be xterm
72 75
 set -g terminal-overrides "xterm*:kLFT5=\eOD:kRIT5=\eOC:kUP5=\eOA:kDN5=\eOB:smkx@:rmkx@"
73 76