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:
parent
f621ff8047
commit
8e33ecf29a
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@
|
||||||
[tab] #'company-complete-common-or-cycle
|
[tab] #'company-complete-common-or-cycle
|
||||||
[backtab] #'company-select-previous
|
[backtab] #'company-select-previous
|
||||||
"C-RET" #'counsel-company
|
"C-RET" #'counsel-company
|
||||||
|
"C-<return>" #'counsel-company
|
||||||
:map company-search-map
|
:map company-search-map
|
||||||
"C-n" #'company-search-repeat-forward
|
"C-n" #'company-search-repeat-forward
|
||||||
"C-p" #'company-search-repeat-backward
|
"C-p" #'company-search-repeat-backward
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue