Update personal bindings with new commands
This commit is contained in:
parent
1685076202
commit
0d1f106252
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue