mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
chore(.tmux.conf): enable showing SSH session port in the status bar for better visibility
feat(.tmux.conf): add tmux-ram-usage and attached-clients plugins to enhance functionality feat(.tmux.conf): enable showing powerline in the status bar for a more visually appealing look feat(.tmux.conf): enable showing flags in the status bar for better context awareness feat(.tmux.conf): set left icon to session in the status bar for improved navigation
This commit is contained in:
@@ -48,10 +48,13 @@ set -g @resurrect-dir "~/.tmux/resurrect"
|
|||||||
set -g @resurrect-capture-pane-contents 'on'
|
set -g @resurrect-capture-pane-contents 'on'
|
||||||
set -g @continuum-restore 'on'
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
|
set -g @dracula-show-ssh-session-port true
|
||||||
|
|
||||||
set -g @plugin "dracula/tmux"
|
set -g @plugin "dracula/tmux"
|
||||||
|
|
||||||
|
set -g @dracula-plugins "tmux-ram-usage attached-clients"
|
||||||
set -g @dracula-show-powerline true
|
set -g @dracula-show-powerline true
|
||||||
set -g @dracula-plugins "weather"
|
|
||||||
set -g @dracula-show-flags true
|
set -g @dracula-show-flags true
|
||||||
set -g @dracula-show-left-icon session
|
set -g @dracula-show-left-icon session
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user