.zshrc
changeset 270 19082e26bea6
parent 245 aefd2167af31
child 651 649cbbab7ded
equal deleted inserted replaced
269:48b3cbdac750 270:19082e26bea6
    26 bindkey '\ee' edit-command-line
    26 bindkey '\ee' edit-command-line
    27 
    27 
    28 # Emacs like editing.
    28 # Emacs like editing.
    29 bindkey -e
    29 bindkey -e
    30 
    30 
       
    31 bindkey "^[[A" history-search-backward
       
    32 bindkey "^[[B" history-search-forward
       
    33 
       
    34 autoload -U compinit
       
    35 compinit
       
    36 
       
    37 # autoload -U promptinit
       
    38 # promptinit
       
    39 # prompt walters