Update personal bindings with new commands
This commit is contained in:
parent
1685076202
commit
0d1f106252
1 changed files with 5 additions and 2 deletions
|
@ -24,13 +24,16 @@
|
|||
:nvime "A-x" #'execute-extended-command
|
||||
;; Emacs debug utilities
|
||||
"M-;" #'eval-expression
|
||||
"A-;" #'eval-expression
|
||||
:nvime "M-;" #'eval-expression
|
||||
"M-:" #'doom/open-scratch-buffer
|
||||
:nvime "M-:" #'doom/open-scratch-buffer
|
||||
;; Text-scaling
|
||||
"M-+" (λ! (text-scale-set 0))
|
||||
"M-=" #'text-scale-increase
|
||||
"M--" #'text-scale-decrease
|
||||
;; Simple window navigation/manipulation
|
||||
"C-`" #'doom/popup-toggle
|
||||
"C-`" #'doom/popup-raise
|
||||
"M-t" #'+workspace/new
|
||||
"M-T" #'+workspace/display
|
||||
"M-w" #'delete-window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue