mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +00:00
update tmux configuration
This commit is contained in:
@ -351,23 +351,18 @@ bind '$' run "~/.tmux/renew_env.sh"
|
||||
# === Plugins ===
|
||||
# ============================
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'niksingh710/minimal-tmux-status'
|
||||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||
set -g @plugin 'tmux-plugins/tmux-sidebar'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-open'
|
||||
# set -g @tpm_plugins ' \
|
||||
# catppuccin/tmux \
|
||||
# tmux-plugins/tpm \
|
||||
# tmux-plugins/tmux-sensible \
|
||||
# tmux-plugins/tmux-battery \
|
||||
# tmux-plugins/tmux-prefix-highlight \
|
||||
# tmux-plugins/tmux-online-status \
|
||||
# tmux-plugins/tmux-sidebar \
|
||||
# tmux-plugins/tmux-copycat \
|
||||
# tmux-plugins/tmux-open \
|
||||
# samoshkin/tmux-plugin-sysstat \
|
||||
# '
|
||||
# theme settings
|
||||
bind-key b set-option status
|
||||
set -g @minimal-tmux-indicator-str " rua "
|
||||
set -g default-terminal "xterm-256color"
|
||||
set -g @minimal-tmux-fg "#000000"
|
||||
set -g @minimal-tmux-bg "#c9cbd1"
|
||||
unbind C-_
|
||||
|
||||
# Plugin properties
|
||||
set -g @sidebar-tree 't'
|
||||
|
Reference in New Issue
Block a user