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

feat(shell)!: bind the Atuin search to "/" in vi-normal mode #1629

Merged
merged 1 commit into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. feat(shell)!: bind the Atuin search to "/" in vi-normal mode

    A search feature in the vi-normal mode of shells can be called by "/".
    To make the shell-integration keybindings consistent with the existing
    shell keybindings, we add the keybinding to "/" in this patch.
    
    This patch removes the Ctrl-r binding in the "vicmd" keymap in Zsh.
    The key Ctrl-r is used for the `redo` operation in the vi-normal mode
    by default.  We would like to avoid overwriting an existing keybinding
    with a totally different feature.
    akinomyoga committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ab0e731 View commit details
    Browse the repository at this point in the history