diff options
author | Nick Van Doorn <nick@nv.delivery> | 2025-04-16 14:28:12 -0700 |
---|---|---|
committer | Nick Van Doorn <nick@nv.delivery> | 2025-04-16 14:28:12 -0700 |
commit | a16486dc6eb47fae107d49d4289505e65d69ea45 (patch) | |
tree | a8df649d4fd5c998a008394f2f2674c4b57b5283 /tmux.conf | |
parent | d56fc26869fbe4a49168a3960b2f8b4efd8a0869 (diff) |
Remove extra color config
I added this ages ago in some effort to make a color feature work, but I
can't say I see the need for this anymore.
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,8 +1,3 @@ -# some weird fucking hack to make my colours work properly -# https://www.reddit.com/r/vim/comments/5416d0/true_colors_in_vim_under_tmux/d7y2fif/ -set -g default-terminal 'screen-256color' -set -ga terminal-overrides ',screen-256color:Tc' - set -sg escape-time 0 set-option -g mouse on |