# HG changeset patch # User Mikael Berthe # Date 1342468515 -7200 # Node ID 448a96dfa3e6e713ae0252ad3955d290bad61c85 # Parent be9820f70412d673ded5e084a1c11eca946c1e72 Add vi mappings guw/gUw diff -r be9820f70412 -r 448a96dfa3e6 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