dotfiles/zsh/.config/zsh
Marty Oehme 201cd58f3f
zsh: Enable incremental backward search cycling
Previously enabled the search through shell history with ^r on the
commandline. This is still the case, though now the results of the
search can be cycled through with ^p (earlier) and ^n (later).

The key combinations are only active in incremental search and will only
search through the previous results.

When in normal more, or command mode, ^p/^n will cycle through the
history of the shell, taking into account what has already been typed
and going through the history on the basis of this.
2020-11-06 15:14:25 +01:00
..
.p10k._zsh Improve zsh vi-mode handling 2020-02-10 21:07:00 +01:00
.zprofile Add basic XDG compliant sh architecture 2020-02-02 15:08:40 +00:00
.zshenv Add zsh completion path, completions plugin 2020-02-02 23:32:37 +01:00
.zshrc zsh: Enable incremental backward search cycling 2020-11-06 15:14:25 +01:00