diff options
| author | Mike Pastore <mwpastore@users.noreply.github.com> | 2024-02-26 06:01:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-26 12:01:14 +0000 |
| commit | 43a1d3a862ad486a27287b178c572ccab0f0e46c (patch) | |
| tree | bc161b092fdc35f409b20118429cfd4209d97b05 /default.nix | |
| parent | feat: Add PHP package manager "composer" to list of default common subcommand... (diff) | |
| download | atuin-43a1d3a862ad486a27287b178c572ccab0f0e46c.zip | |
feat: Add '/', '?', and 'I' bindings to vim-normal mode (#1760)
Add 'I' binding to vim-normal mode (a la 'A' introduced in #1697) to
jump into vim-insert mode at the beginning of the search input.
Also add '/' and '?' bindings to vim-normal mode to clear the search
input and jump into vim-insert mode. This mimics the UX in e.g. `set -o
vi` (bash) or `bindkey -v` (zsh) mode when you are using 'k' and 'j' to
browse history lines and can type '/' or '?' to start a new search. (In
a perfect world it would target the search in the forward or backward
range starting at your current position in the history, but this is a
reasonable first step.)
Diffstat (limited to 'default.nix')
0 files changed, 0 insertions, 0 deletions
