Add vi mappings guw/gUw
authorMikael Berthe <mikael@lilotux.net>
Mon, 16 Jul 2012 21:55:15 +0200
changeset 17 448a96dfa3e6
parent 16 be9820f70412
child 18 7095298e6f7d
Add vi mappings guw/gUw
zshrc.d/60-vi-showmode.zrc
--- a/zshrc.d/60-vi-showmode.zrc	Sun Jul 15 16:48:36 2012 +0200
+++ b/zshrc.d/60-vi-showmode.zrc	Mon Jul 16 21:55:15 2012 +0200
@@ -204,6 +204,8 @@
 ###
 
 bindkey -M vicmd "g~" vi-oper-swap-case
+bindkey -M vicmd 'guw'   down-case-word
+bindkey -M vicmd 'gUw'   up-case-word
 
 
 bindkey -M vicmd "[2~" vi-insert