Plugins
This commit is contained in:
@ -30,17 +30,14 @@ set -g pane-base-index 1
|
||||
set-option -g base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
|
||||
# enable OSC 52 clipboard
|
||||
# set -as terminal-overrides ',tmux*:Ms=\\E]52;%p1%s;%p2%s\\007'
|
||||
# set -as terminal-overrides ',screen*:Ms=\\E]52;%p1%s;%p2%s\\007'
|
||||
set -g @thumbs-osc52 '1'
|
||||
|
||||
# tmux-256color instead of screen-256color enables italics
|
||||
set -g default-terminal "tmux-256color"
|
||||
|
||||
# Tc enables true color
|
||||
# set -ag terminal-overrides ",*256col*:colors=256:Tc"
|
||||
# set -as terminal-features ',rxvt-unicode-256color:clipboard'
|
||||
set -ag terminal-overrides ",*256col*:colors=256:Tc"
|
||||
set -as terminal-features ',rxvt-unicode-256color:clipboard'
|
||||
# set -g default-shell zsh
|
||||
|
||||
# force a reload of the config file
|
||||
@ -137,6 +134,12 @@ set -g @plugin 'tmux-plugins/tmux-cpu'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
set -g @plugin 'tmux-plugins/tmux-cowboy' # Kill process in pane w/ prefix+*
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
set -g @continuum-restore 'on'
|
||||
set -g @resurrect-dir '$HOME/.tmux/resurrect'
|
||||
|
||||
#set -g @plugin 'odedlaz/tmux-onedark-theme'
|
||||
|
||||
set -g @catppuccin_flavour 'macchiato' # or frappe, macchiato, mocha
|
||||
|
Reference in New Issue
Block a user