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

Custom ido bindings stop working with Smex installed #58

Open
auwsmit opened this issue May 2, 2016 · 1 comment
Open

Custom ido bindings stop working with Smex installed #58

auwsmit opened this issue May 2, 2016 · 1 comment

Comments

@auwsmit
Copy link

auwsmit commented May 2, 2016

So I'm using this snippet:

(define-key ido-common-completion-map "\C-j" 'ido-next-match)
(define-key ido-common-completion-map "\C-k" 'ido-prev-match)
(define-key ido-file-completion-map "\C-k" 'ido-prev-match)
(define-key ido-buffer-completion-map "\C-k" 'ido-prev-match)

to more easily navigate through results in ido (especially with vertical-ido-mode). When I install Smex, the bindings cease to work in all ido modes, not just Smex.

Any ideas or info?

@ColemanGariety
Copy link

Possibly related to #60

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

2 participants