[tmux] Fixup some of the config

This commit is contained in:
Alyxia Sother 2022-03-05 11:30:00 +00:00
parent 64ca81d154
commit 296d65e319
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
set -g default-terminal 'screen-256color'
# Enable 256color and RGB support (because tmux loves ruining shell features)
set -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -as terminal-features ",gnome*:RGB"
# Enable mouse supports for those rare times I have to select something
set -g mouse on
# Prevent tmux from deleting significant amounts of history
set -g history-limit 100000
run 'if [ -d "~/.tmux/plugins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi'
set -g @tpm_plugins ' \