changeset 148:a6fe8d1f5a13

Fix "less" highlighting in tmux
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Jul 2021 10:41:27 +0100
parents 7718e4d9a019
children a94a1b5ea172
files tmux.conf
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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