zshrc.d/60-vi-showmode.zrc
changeset 17 448a96dfa3e6
parent 14 77db3f389db7
child 19 e0948736d271
equal deleted inserted replaced
16:be9820f70412 17:448a96dfa3e6
   202 ###              command  is vi-oper-swap-case, swap the case of all
   202 ###              command  is vi-oper-swap-case, swap the case of all
   203 ###              characters on the current line.
   203 ###              characters on the current line.
   204 ###
   204 ###
   205 
   205 
   206 bindkey -M vicmd "g~" vi-oper-swap-case
   206 bindkey -M vicmd "g~" vi-oper-swap-case
       
   207 bindkey -M vicmd 'guw'   down-case-word
       
   208 bindkey -M vicmd 'gUw'   up-case-word
   207 
   209 
   208 
   210 
   209 bindkey -M vicmd "[2~" vi-insert
   211 bindkey -M vicmd "[2~" vi-insert
   210 bindkey -M vicmd 'q'     push-line
   212 bindkey -M vicmd 'q'     push-line
   211 bindkey -M vicmd '[5~' history-beginning-search-backward # PgUp
   213 bindkey -M vicmd '[5~' history-beginning-search-backward # PgUp