# HG changeset patch # User IBBoard # Date 1625305287 -3600 # Node ID a6fe8d1f5a13cdf028d82e9d84f9e682a63844b0 # Parent 7718e4d9a0194b3804b9b98db7ce3374ef647a4a Fix "less" highlighting in tmux diff -r 7718e4d9a019 -r a6fe8d1f5a13 tmux.conf --- a/tmux.conf Sat Mar 21 18:51:07 2020 +0000 +++ b/tmux.conf Sat Jul 03 10:41:27 2021 +0100 @@ -2,7 +2,8 @@ set-option -g prefix C-a set -g status-bg black set -g status-fg white -#set -g terminal-overrides 'xterm*:smcup@:rmcup@' -#setw -g mode-mouse on setw -g xterm-keys on -setw -g allow-rename off \ No newline at end of file +setw -g allow-rename off + +# Fix highlighting in less etc +set -g terminal-overrides 'screen-256color*:sitm@,ritm@' \ No newline at end of file