mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
completion/ivy: ivy-use-selectable-prompt = t
Solves the "I want to enter something new, but it also is a part of
a match" issue. Thanks to @gilbertw1 for letting me know about this.
As such, the C-RET keybind from 310d81ab
is no longer necessary
This commit is contained in:
@@ -574,7 +574,6 @@
|
||||
(:after ivy
|
||||
:map ivy-minibuffer-map
|
||||
[escape] #'keyboard-escape-quit
|
||||
[C-return] #'ivy-immediate-done
|
||||
"C-SPC" #'ivy-call-and-recenter
|
||||
"M-z" #'undo
|
||||
"M-v" #'yank
|
||||
|
Reference in New Issue
Block a user