mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
config/default: Fix C-return binding in GUI Emacs
The "C-RET" binding does only seem to work when running Emacs in a terminal. "C-<return>" makes it work in the GUI.
This commit is contained in:
@ -480,6 +480,7 @@
|
||||
[tab] #'company-complete-common-or-cycle
|
||||
[backtab] #'company-select-previous
|
||||
"C-RET" #'counsel-company
|
||||
"C-<return>" #'counsel-company
|
||||
:map company-search-map
|
||||
"C-n" #'company-search-repeat-forward
|
||||
"C-p" #'company-search-repeat-backward
|
||||
|
Reference in New Issue
Block a user