X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/d2c85fde0cef18b2995bea5d96755dbc07f319a8..5ae01fb9757e470c34d5d6e2c71e0c669c2ff434:/.zsh/zshrc/80_zle 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