Skip to content

Commit f196989

Browse files
authored
Merge pull request #1 from edklem/edklem-dev
fix zsh bug that did not reset vi insert or command mode status
2 parents 2851b9c + a0175e2 commit f196989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polyglot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ if [ -n "$ZSH_VERSION" ] && [ "${0#-}" != 'ksh' ] &&
460460

461461
zle -N _polyglot_zle_keymap_select
462462
zle -A _polyglot_zle_keymap_select zle-keymap-select
463+
zle -A _polyglot_zle_keymap_select zle-line-init
463464

464465
###########################################################
465466
# Redraw prompt when terminal size changes

0 commit comments

Comments
 (0)