zshrc.d/60-vi-showmode.zrc
changeset 30 e26330cd408f
parent 19 e0948736d271
child 45 c8b92fa96f48
equal deleted inserted replaced
29:e8353916b439 30:e26330cd408f
   223 bindkey -M viins '^A'    beginning-of-line
   223 bindkey -M viins '^A'    beginning-of-line
   224 bindkey -M viins '^E'    end-of-line
   224 bindkey -M viins '^E'    end-of-line
   225 bindkey -M viins '[3~' delete-char
   225 bindkey -M viins '[3~' delete-char
   226 bindkey -M viins ''  up-line-or-history
   226 bindkey -M viins ''  up-line-or-history
   227 bindkey -M viins ''  down-line-or-history
   227 bindkey -M viins ''  down-line-or-history
   228 bindkey -M viins '^Xc'   copy-prev-word
   228 bindkey -M viins '^Xc'   copy-prev-shell-word
   229 bindkey -M viins '^Xf'   _correct_filename
   229 bindkey -M viins '^Xf'   _correct_filename
   230 bindkey -M viins '^_'    undo
   230 bindkey -M viins '^_'    undo
   231 bindkey -M viins '^K'    vi-change-eol
   231 bindkey -M viins '^K'    vi-change-eol
   232 bindkey -M viins '^R'    history-incremental-search-backward
   232 bindkey -M viins '^R'    history-incremental-search-backward
   233 bindkey -M viins '^O'    accept-line-and-down-history
   233 bindkey -M viins '^O'    accept-line-and-down-history