mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Update personal bindings with new commands
This commit is contained in:
@@ -23,14 +23,17 @@
|
|||||||
:nvime "M-x" #'execute-extended-command
|
:nvime "M-x" #'execute-extended-command
|
||||||
:nvime "A-x" #'execute-extended-command
|
:nvime "A-x" #'execute-extended-command
|
||||||
;; Emacs debug utilities
|
;; Emacs debug utilities
|
||||||
"M-;" #'eval-expression
|
"M-;" #'eval-expression
|
||||||
"A-;" #'eval-expression
|
:nvime "M-;" #'eval-expression
|
||||||
|
"M-:" #'doom/open-scratch-buffer
|
||||||
|
:nvime "M-:" #'doom/open-scratch-buffer
|
||||||
;; Text-scaling
|
;; Text-scaling
|
||||||
"M-+" (λ! (text-scale-set 0))
|
"M-+" (λ! (text-scale-set 0))
|
||||||
"M-=" #'text-scale-increase
|
"M-=" #'text-scale-increase
|
||||||
"M--" #'text-scale-decrease
|
"M--" #'text-scale-decrease
|
||||||
;; Simple window navigation/manipulation
|
;; Simple window navigation/manipulation
|
||||||
"C-`" #'doom/popup-toggle
|
"C-`" #'doom/popup-toggle
|
||||||
|
"C-`" #'doom/popup-raise
|
||||||
"M-t" #'+workspace/new
|
"M-t" #'+workspace/new
|
||||||
"M-T" #'+workspace/display
|
"M-T" #'+workspace/display
|
||||||
"M-w" #'delete-window
|
"M-w" #'delete-window
|
||||||
|
Reference in New Issue
Block a user