From a541daba041c85cd2d0071b62e175f93c40a3bf4 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Wed, 7 Feb 2024 12:54:28 +0100 Subject: [PATCH] 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 --- .tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index c9c306c..86f52f0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -48,10 +48,13 @@ set -g @resurrect-dir "~/.tmux/resurrect" set -g @resurrect-capture-pane-contents 'on' set -g @continuum-restore 'on' +set -g @dracula-show-ssh-session-port true + set -g @plugin "dracula/tmux" +set -g @dracula-plugins "tmux-ram-usage attached-clients" set -g @dracula-show-powerline true -set -g @dracula-plugins "weather" + set -g @dracula-show-flags true set -g @dracula-show-left-icon session