mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove s-x / s-; keybinds
This commit is contained in:
@ -19,8 +19,7 @@
|
|||||||
(map! (:map override
|
(map! (:map override
|
||||||
;; A little sandbox to run code in
|
;; A little sandbox to run code in
|
||||||
"M-;" #'eval-expression
|
"M-;" #'eval-expression
|
||||||
"A-;" #'eval-expression
|
"A-;" #'eval-expression)
|
||||||
(:when IS-MAC "s-;" #'eval-expression))
|
|
||||||
|
|
||||||
[remap evil-jump-to-tag] #'projectile-find-tag
|
[remap evil-jump-to-tag] #'projectile-find-tag
|
||||||
[remap find-tag] #'projectile-find-tag
|
[remap find-tag] #'projectile-find-tag
|
||||||
|
@ -168,8 +168,7 @@
|
|||||||
;; Make M-x harder to miss
|
;; 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
|
||||||
|
Reference in New Issue
Block a user