mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 13:30:07 +00:00
set VI_KEYMAP in zle-keymap-select
This commit is contained in:
parent
9a54f84be1
commit
09cebc2887
1 changed files with 2 additions and 1 deletions
|
@ -2317,6 +2317,7 @@ powerlevel9k_prepare_prompts() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _p9k_zle_keymap_select() {
|
function _p9k_zle_keymap_select() {
|
||||||
|
VI_KEYMAP=$KEYMAP
|
||||||
zle && zle .reset-prompt && zle -R
|
zle && zle .reset-prompt && zle -R
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2826,4 +2827,4 @@ zmodload zsh/mathfunc
|
||||||
zmodload zsh/system
|
zmodload zsh/system
|
||||||
zmodload -F zsh/stat b:zstat
|
zmodload -F zsh/stat b:zstat
|
||||||
|
|
||||||
prompt_powerlevel9k_setup
|
prompt_powerlevel9k_setup
|
||||||
|
|
Loading…
Reference in a new issue