Skip to content

Commit

Permalink
🚑 Quote ^ to adapt zsh 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jul 12, 2024
1 parent 721b9df commit 7b21591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rime-ime
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ bindkey -N rime main
zle -N draw-ui-when-preedit
bindkey -M rime ' ' draw-ui-when-preedit
local key
for key in '?' @ _ ^ '[' {A..Z} '[[A' '[[B' '[[C' '[[D'; do
for key in '?' @ _ '^' '[' {A..Z} '[[A' '[[B' '[[C' '[[D'; do
bindkey -M rime "^$key" draw-ui-when-preedit
done
zmodload zsh/terminfo 2>/dev/null
Expand Down

0 comments on commit 7b21591

Please sign in to comment.