mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[tmux] Fixup some of the config
This commit is contained in:
parent
64ca81d154
commit
296d65e319
1 changed files with 9 additions and 1 deletions
|
@ -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 ' \
|
||||
|
|
Loading…
Reference in a new issue