From 8c43d4c7c1f274338b7bce36ddb29909d4c89f57 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 26 Sep 2021 15:46:44 +0200 Subject: [PATCH] zsh: vim mode: show navigation indicator --- themes/brethil.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/brethil.zsh-theme b/themes/brethil.zsh-theme index 0dac4f2..2592b75 100644 --- a/themes/brethil.zsh-theme +++ b/themes/brethil.zsh-theme @@ -125,7 +125,7 @@ function ret_status() { } export MODE_INDICATOR="[%B%K{88}nav%k%b]" -# export INSERT_MODE_INDICATOR="[%B%K{28}ins%k%b]" +export INSERT_MODE_INDICATOR="[%B%K{28}ins%k%b]" _PROMPT_PROTO='$(virtualenv_info)$(user_prompt)$(path_prompt)$(git_prompt)$(job_prompt)$(shlvl_prompt)'