Add command to replace input with current candidate #141
Comments
Another good idea, thanks. |
This works nicely for files and other type of input, but I just tried it the first time on directories. Unfortunately, since the directory ends with a slash, ivy immediately changes into that directory making it impossible to edit its name. |
Uh, and it seems broken in |
abo-abo
added a commit
that referenced
this issue
Jun 19, 2015
ivy.el (ivy-insert-current): When the current candidate is a directory, just insert its name without the last "/". The user can insert "/" to switch to that directory if necessary. Re #141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Especially when renaming things or creating new things with similar names to old things, it would be useful to have a binding like RET that selects the current candidate, but instead of immediately returning, replaces the input with the candidate.
That would allow to first select the candidate and then modify it slightly to produce a new one.
The text was updated successfully, but these errors were encountered: