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

<tab> and <backtab>` to cycle through smex matches #60

Open
ColemanGariety opened this issue May 29, 2016 · 1 comment
Open

<tab> and <backtab>` to cycle through smex matches #60

ColemanGariety opened this issue May 29, 2016 · 1 comment

Comments

@ColemanGariety
Copy link

ColemanGariety commented May 29, 2016

In ido-mode I can I believe the <tab> key is mapped to 'ido-next-match. Is there a way to get this functionality back into smex?

EDIT:

I have my ido configured as such:

(ido-cannot-complete-command 'ido-next-match)

This effectively makes <tab> cycle through the options unless there is a "sole completion."

Shouldn't smex inherit this option from ido?

@ColemanGariety ColemanGariety changed the title <tab> and <backtab` to cycle through smex matches <tab> and <backtab>` to cycle through smex matches May 29, 2016
@ColemanGariety
Copy link
Author

What is needed here is, I think, either an option to not override the pre-defined ido keymap, or a smex-setup-hook wherein we can set the bindings ourselves.

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