Also bind s-x to execute-extended-command
Makes M-x harder to miss (in the case where you use multiple computers with different modifier layouts on their keyboards).
This commit is contained in:
parent
3694b0d411
commit
139ef46956
1 changed files with 4 additions and 3 deletions
|
@ -138,10 +138,11 @@
|
||||||
;; Doom's keybinding scheme
|
;; Doom's keybinding scheme
|
||||||
|
|
||||||
(when (featurep! +bindings)
|
(when (featurep! +bindings)
|
||||||
;; Make M-x more accessible
|
;; Make M-x harder to miss
|
||||||
(define-key! 'override
|
(define-key! 'override
|
||||||
"M-x" #'execute-extended-command
|
"M-x" #'execute-extended-command
|
||||||
"A-x" #'execute-extended-command)
|
"A-x" #'execute-extended-command
|
||||||
|
"s-x" #'execute-extended-command)
|
||||||
|
|
||||||
;; Smarter C-a/C-e for both Emacs and Evil. C-a will jump to indentation.
|
;; Smarter C-a/C-e for both Emacs and Evil. C-a will jump to indentation.
|
||||||
;; Pressing it again will send you to the true bol. Same goes for C-e, except
|
;; Pressing it again will send you to the true bol. Same goes for C-e, except
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue