summaryrefslogtreecommitdiff
path: root/user-profiles/tmux
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-06-28 14:06:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-06-28 14:06:03 +0200
commitafb62af249f863b36cd1fe9c51e30ce0e7d6aba6 (patch)
tree96d7a0357b7f6505ef5ee48084c1e727b16dd633 /user-profiles/tmux
parente2b39e3b3d9e04ba31d96a1a2c6d44a18db09bc0 (diff)
downloadnixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar
nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar.gz
nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar.bz2
nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.tar.xz
nixos-afb62af249f863b36cd1fe9c51e30ce0e7d6aba6.zip
...
Diffstat (limited to 'user-profiles/tmux')
-rw-r--r--user-profiles/tmux/tmux.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/user-profiles/tmux/tmux.conf b/user-profiles/tmux/tmux.conf
index f9a3e11f..36dab109 100644
--- a/user-profiles/tmux/tmux.conf
+++ b/user-profiles/tmux/tmux.conf
@@ -10,6 +10,8 @@ set-option -g mouse on
10set-option -g set-clipboard on 10set-option -g set-clipboard on
11set-option -g terminal-overrides 'rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007' 11set-option -g terminal-overrides 'rxvt-uni*:XT:Ms=\E]52;%p1%s;%p2%s\007'
12 12
13set-environment -g LESS " -R "
14
13## determine if we should enable 256-colour support 15## determine if we should enable 256-colour support
14if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm || ''${TERM} =~ alacritty ]]" 'set -g default-terminal tmux-256color' 16if "[[ ''${TERM} =~ 256color || ''${TERM} == fbterm || ''${TERM} =~ alacritty ]]" 'set -g default-terminal tmux-256color'
15 17