[tmux] removed plugin and added it manually
This commit is contained in:
parent
b5daa2039a
commit
ac112e2072
2 changed files with 1 additions and 6 deletions
|
@ -5,4 +5,5 @@ source-file ~/.config/tmux/tmux_binds.conf
|
|||
source-file ~/.config/tmux/tmux_copy_mode.conf
|
||||
source-file ~/.config/tmux/tmux_plugins.conf
|
||||
source-file ~/.config/tmux/tmux_init.conf
|
||||
source-file ~/.config/tmux/tmux_status_bar.conf
|
||||
|
||||
|
|
|
@ -3,18 +3,12 @@
|
|||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'niksingh710/minimal-tmux-status'
|
||||
#set -g @plugin 'catppuccin/tmux'
|
||||
#set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
#set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
#set -g @plugin 'tomhey/tmux-remote-sessions'
|
||||
|
||||
# Plugin settings
|
||||
set -g @minimal-tmux-justify "left"
|
||||
set -g @minimal-tmux-indicator-str ""
|
||||
set -g @minimal-tmux-indicator false
|
||||
set -g @minimal-tmux-status "top"
|
||||
set -g @minimal-tmux-bg "#698DDA"
|
||||
#set -g @catppuccin_flavour 'latte'
|
||||
#set -g @catppuccin_window_tabs_enabled on
|
||||
#set -g @resurrect-strategy-nvim 'session'
|
||||
|
|
Loading…
Reference in a new issue