mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Change vi-mode plugin for compatibility with multiline prompts
This commit is contained in:
parent
4d8419216b
commit
7f6182199f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
function zle-line-init zle-keymap-select {
|
function zle-keymap-select {
|
||||||
zle reset-prompt
|
zle reset-prompt
|
||||||
}
|
}
|
||||||
|
|
||||||
zle -N zle-line-init
|
|
||||||
zle -N zle-keymap-select
|
zle -N zle-keymap-select
|
||||||
|
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue