b
This commit is contained in:
parent
e2d5df96f1
commit
56f63c7e00
1 changed files with 6 additions and 4 deletions
10
tmux.conf
10
tmux.conf
|
|
@ -1,10 +1,12 @@
|
||||||
set-option -g status-right ""
|
set-option -g status-right ""
|
||||||
|
set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'dracula/tmux'
|
# set -g @plugin 'dracula/tmux'
|
||||||
set -g @dracula-plugins " "
|
# set -g @dracula-plugins " "
|
||||||
set -g @dracula-show-powerline true
|
# set -g @dracula-show-powerline true
|
||||||
|
|
||||||
|
set-option -sa terminal-features ',xterm-256color:RGB'
|
||||||
|
|
||||||
# Other examples:
|
# Other examples:
|
||||||
# set -g @plugin 'github_username/plugin_name'
|
# set -g @plugin 'github_username/plugin_name'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue