diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-07-02 09:38:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 09:38:35 +0300 |
commit | 09cebc28876a23bd276da5fe5be9895c82da88e1 (patch) | |
tree | d439a253680f62c78f690f1e513c856fa396027c | |
parent | 9a54f84be1a563f4edc0c6cce8b364a66997a4a7 (diff) |
set VI_KEYMAP in zle-keymap-select
-rwxr-xr-x | internal/p10k.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 4c5206fe..966bcfb9 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -2317,6 +2317,7 @@ powerlevel9k_prepare_prompts() { } function _p9k_zle_keymap_select() { + VI_KEYMAP=$KEYMAP zle && zle .reset-prompt && zle -R } @@ -2826,4 +2827,4 @@ zmodload zsh/mathfunc zmodload zsh/system zmodload -F zsh/stat b:zstat -prompt_powerlevel9k_setup
\ No newline at end of file +prompt_powerlevel9k_setup |