From 7fdf56cd40f70688acd54ba8c5b311f9119676e6 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 9 Mar 2022 12:10:33 +0100 Subject: [PATCH] add mode indicator plugin --- dot_tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 209786f..ee3c274 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -35,7 +35,8 @@ set -g status-keys vi # Set status bar background and foreground color. set -g status-style fg=colour136,bg="#002b36" set -g status-left-style default -set -g status-right-style default +#set -g status-right-style default +set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}' # Set the inactive window color and style set -g window-status-style fg=colour244,bg=default @@ -140,6 +141,7 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'laktak/extrakto' set -g @plugin 'artemave/tmux_capture_last_command_output' set -g @plugin 'jaclu/tmux-power-zoom' +set -g @plugin 'MunifTanjim/tmux-mode-indicator' # run tpm run -b '~/.tmux/plugins/tpm/tpm'