• desrum_m's avatar
    Better research history with arrow keys · 95aa9bd9
    desrum_m authored
    This change enables UP-arrow and DOWN-arrow full-line history completion.
    For example, if you write `git clone` and press UP:
    
    - Before this change,
      it will use the last command that starts with `git`.
    
    - After this change,
      it will use the last command that starts with `git clone`.
    95aa9bd9
key-bindings.zsh 3.38 KB