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

Navigating/selecting candidates #40

Closed
jdahm opened this issue Apr 20, 2015 · 5 comments
Closed

Navigating/selecting candidates #40

jdahm opened this issue Apr 20, 2015 · 5 comments

Comments

@jdahm
Copy link

jdahm commented Apr 20, 2015

A few observations about my experience with swiper so far:

  1. Sometimes I still hit <up> and <down> out of habit and that seems to confuse ivy-read. Would be nice to define actions for these as well.
  2. I also find myself hitting <TAB> occasionally, and this seems to insert spaces instead of doing something more sane, like some sort of completion or C-j-like action.
@abo-abo
Copy link
Owner

abo-abo commented Apr 20, 2015

You seem to have missed to specify the keys that you're hitting. Can you clarify?

@jdahm
Copy link
Author

jdahm commented Apr 20, 2015

Github's markdown-syntax got rid of text inside < >s. Updated!

abo-abo added a commit that referenced this issue Apr 20, 2015
* ivy.el (ivy-minibuffer-map): Update.

Re #40
@tsdh
Copy link
Contributor

tsdh commented Apr 21, 2015

👍

I'd also agree with @jdahm that <tab> should be bound to ivy-alt-done or something similar. (I've bound it to jvy-alt-done locally, and while I like that for reading file names, I'd prefer something that requires one more confirmation for e.g. M-x completion...)

@abo-abo
Copy link
Owner

abo-abo commented Apr 21, 2015

@tsdh, I was thinking of TAB doing partial completion (if the input is simple) followed by ivy-alt-done on the second TAB while the input hasn't changed.
But partial completion with a potential regex is tricky, so I've been putting off this feature so far.

@tsdh
Copy link
Contributor

tsdh commented Apr 21, 2015

@abo-abo Sounds very good to me.

@jdahm jdahm closed this as completed Apr 21, 2015
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

3 participants