]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/80_zle
add insert-unicode-char
[zsh.git] / .zsh / zshrc / 80_zle
index ef211a8e5bbb9f3ea710684997198e49dec041d6..05c094e3c80ec02a5fba9ee6c213c57248a76a7a 100644 (file)
@@ -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