dblume commited on 2024-04-26 20:48:09
Showing 1 changed files, with 1 additions and 0 deletions.
... | ... |
@@ -69,6 +69,7 @@ setw -g window-status-current-format '#{?#{!=:#{session_windows},1},#I:#W:,}#[fg |
69 | 69 |
setw -g window-status-format '#[fg=colour241]#I:#W#[default]' |
70 | 70 |
|
71 | 71 |
# This allows neovim's hi htmlItalic (also used by markdown) to use italic font |
72 |
+# See https://wiki.dlma.com/apple#tmux-and-tmux-256color for macOS installation |
|
72 | 73 |
set -g default-terminal "tmux-256color" |
73 | 74 |
|
74 | 75 |
# prefix, C-Arrow doesn't work from PuTTY. Needs TERM to be xterm |
75 | 76 |