mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/default: in ivy, bind C-RET = ivy-immediate-done
This commit is contained in:
@ -574,6 +574,7 @@
|
|||||||
(:after ivy
|
(:after ivy
|
||||||
:map ivy-minibuffer-map
|
:map ivy-minibuffer-map
|
||||||
[escape] #'keyboard-escape-quit
|
[escape] #'keyboard-escape-quit
|
||||||
|
[C-return] #'ivy-immediate-done
|
||||||
"C-SPC" #'ivy-call-and-recenter
|
"C-SPC" #'ivy-call-and-recenter
|
||||||
"M-z" #'undo
|
"M-z" #'undo
|
||||||
"M-v" #'yank
|
"M-v" #'yank
|
||||||
|
Reference in New Issue
Block a user