zshrc.d/60-vi-showmode.zrc
changeset 14 77db3f389db7
parent 8 3f68f355bf1a
child 17 448a96dfa3e6
equal deleted inserted replaced
13:e1da4a7a9e92 14:77db3f389db7
   226 bindkey -M viins '^K'    vi-change-eol
   226 bindkey -M viins '^K'    vi-change-eol
   227 bindkey -M viins '^R'    history-incremental-search-backward
   227 bindkey -M viins '^R'    history-incremental-search-backward
   228 bindkey -M viins '^O'    accept-line-and-down-history
   228 bindkey -M viins '^O'    accept-line-and-down-history
   229 bindkey -M viins '^T'    transpose-chars
   229 bindkey -M viins '^T'    transpose-chars
   230 bindkey -M viins '^Xm'   _most_recent_file
   230 bindkey -M viins '^Xm'   _most_recent_file
       
   231 bindkey -M viins '^P'    _history-complete-older
       
   232 bindkey -M viins '^N'    _history-complete-newer
   231 
   233 
   232 bindkey -M viins -s '^X^H' 'hash -r\n'
   234 bindkey -M viins -s '^X^H' 'hash -r\n'
   233 
   235 
   234 # These bindings depend on the ftzle script
   236 # These bindings depend on the ftzle script
   235 bindkey -M viins "^X^W" backward-kill-to-slash
   237 bindkey -M viins "^X^W" backward-kill-to-slash