projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b163ef
)
add insert-unicode-char
author
martin f. krafft
<madduck@madduck.net>
Wed, 3 Aug 2011 07:12:56 +0000
(09:12 +0200)
committer
martin f. krafft
<madduck@madduck.net>
Wed, 3 Aug 2011 07:12:56 +0000
(09:12 +0200)
.zsh/zshrc/80_zle
patch
|
blob
|
history
diff --git
a/.zsh/zshrc/80_zle
b/.zsh/zshrc/80_zle
index ef211a8e5bbb9f3ea710684997198e49dec041d6..05c094e3c80ec02a5fba9ee6c213c57248a76a7a 100644
(file)
--- 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