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

Same bindings in different contexts? #192

Open
eqyiel opened this issue Jan 30, 2016 · 0 comments
Open

Same bindings in different contexts? #192

eqyiel opened this issue Jan 30, 2016 · 0 comments

Comments

@eqyiel
Copy link

eqyiel commented Jan 30, 2016

I'm really used to the ido-style next/forward using C-s and C-r, so I'd like to bind those to prompt-next-completion and prompt-previous-completion when tanything is open.

The relevant section of my config file looks like this:

plugins.options["tanything_opt.keymap"] = {
    "C-s": "prompt-next-completion",
    "C-r": "prompt-previous-completion"
};

It looks like those keystrokes are getting stolen by command.iSearchForwardKs and command.iSearchBackwardKs. Is it possible to achieve this and keep the regular behaviour of those keys when tanything is not focused?

Thanks for Keysnail!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant