Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Bindkey: arrow keys for history (was Re: Unidentified subject!)



> Can anyone give me details on using "bindkey" to map the arrow keys
> for history movement.

The following work for me:

    bindkey "OA" up-line-or-history
    bindkey "OB" down-line-or-history
    bindkey "OC" forward-char
    bindkey "OD" backward-char

Rodger Anderson



Messages sorted by: Reverse Date, Date, Thread, Author