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:
David Ibia
2024-02-07 12:54:28 +01:00
parent 91bde47885
commit a541daba04

View File

@@ -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