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

Support ctrl+hjkl in more apps and command history search #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 27, 2024

  1. Add config to disable plugin for more apps

    When running fzf or other tools, it's nice if the plugin doesn't move
    panes or tabs when using the ctrl+h/j/k/l shortcuts, because those tools
    also use those shortcuts for navigation.
    
    This change adds a configuration option to not switch panes or tabs when
    in the listed disabled apps, by default vim, nvim and fzf. People can
    add more apps if they need to.
    tombruijn committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f19c102 View commit details
    Browse the repository at this point in the history
  2. Add enable and disable messages

    Allow people to control if the plugin is active or not. This can be
    helpful when the plugin needs to be temporarily disabled when an
    application uses the ctrl/alt+hjkl keybindings and you wouldn't want the
    plugin to switch pane or tab.
    
    Updated the README with an example use case I ran into myself.
    tombruijn committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    04889ec View commit details
    Browse the repository at this point in the history