X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=blobdiff_plain;f=.zsh%2Fzshrc%2F80_zle;h=05c094e3c80ec02a5fba9ee6c213c57248a76a7a;hp=ef211a8e5bbb9f3ea710684997198e49dec041d6;hb=3af2550f66b5c952a21e5c1649a538afb6f14a60;hpb=6b163efaf7e51a55c37f3604cca9988ea8a1786c diff --git a/.zsh/zshrc/80_zle b/.zsh/zshrc/80_zle index ef211a8..05c094e 100644 --- a/.zsh/zshrc/80_zle +++ b/.zsh/zshrc/80_zle @@ -34,4 +34,8 @@ _insert_last_typed_word() { zle insert-last-word -- 0 -1 }; zle -N _insert_last_typed_word; bindkey "\em" _insert_last_typed_word +autoload insert-unicode-char +zle -N insert-unicode-char +bindkey '^Xi' insert-unicode-char + # vim:ft=zsh