Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zsh incremental search widget for atuin #826

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 30, 2023

  1. Add atuin incremental search widget

    Add a bash/zsh like reverse history lookup widget that uses `atuin` as
    the backend. This widget tries to stay true to default behaviour of
    `ctrl-r` found in bash and zsh.
    
    To activate the plugin in zsh, source the file, `source
    atuin.isearch.zsh`. Then use `ctrl-r` to activate reverse search. Use
    `ctrl-r` again while in search mode to cycle to previous hits, use
    `ctrl-f` to cycle filter mode (prefix, fuzzy, full-text, skim). Press
    `enter` to select the search hit or `ctrl-c` or `esc` to close.
    takac committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cf970c6 View commit details
    Browse the repository at this point in the history