config/default: minor reformatting
This commit is contained in:
parent
1fc15e41c5
commit
4ef70174b0
1 changed files with 22 additions and 22 deletions
|
@ -25,30 +25,30 @@
|
||||||
:gnvime "M-:" #'doom/open-scratch-buffer
|
:gnvime "M-:" #'doom/open-scratch-buffer
|
||||||
|
|
||||||
;; Text-scaling
|
;; Text-scaling
|
||||||
:ne "M-+" (λ! (text-scale-set 0))
|
:ne "M-+" (λ! (text-scale-set 0))
|
||||||
:ne "M-=" #'text-scale-increase
|
:ne "M-=" #'text-scale-increase
|
||||||
:ne "M--" #'text-scale-decrease
|
:ne "M--" #'text-scale-decrease
|
||||||
|
|
||||||
;; Simple window/frame navigation/manipulation
|
;; Simple window/frame navigation/manipulation
|
||||||
:ne "C-`" #'+popup/toggle
|
:ne "C-`" #'+popup/toggle
|
||||||
:ne "C-~" #'+popup/raise
|
:ne "C-~" #'+popup/raise
|
||||||
:ne "M-t" #'+workspace/new
|
:ne "M-t" #'+workspace/new
|
||||||
:ne "M-T" #'+workspace/display
|
:ne "M-T" #'+workspace/display
|
||||||
:ne "M-w" #'delete-window
|
:ne "M-w" #'delete-window
|
||||||
:ne "M-W" #'delete-frame
|
:ne "M-W" #'delete-frame
|
||||||
:ne "C-M-f" #'toggle-frame-fullscreen
|
:ne "C-M-f" #'toggle-frame-fullscreen
|
||||||
:ne "M-n" #'evil-buffer-new
|
:ne "M-n" #'evil-buffer-new
|
||||||
:ne "M-N" #'make-frame
|
:ne "M-N" #'make-frame
|
||||||
:ne "M-1" (λ! (+workspace/switch-to 0))
|
:ne "M-1" (λ! (+workspace/switch-to 0))
|
||||||
:ne "M-2" (λ! (+workspace/switch-to 1))
|
:ne "M-2" (λ! (+workspace/switch-to 1))
|
||||||
:ne "M-3" (λ! (+workspace/switch-to 2))
|
:ne "M-3" (λ! (+workspace/switch-to 2))
|
||||||
:ne "M-4" (λ! (+workspace/switch-to 3))
|
:ne "M-4" (λ! (+workspace/switch-to 3))
|
||||||
:ne "M-5" (λ! (+workspace/switch-to 4))
|
:ne "M-5" (λ! (+workspace/switch-to 4))
|
||||||
:ne "M-6" (λ! (+workspace/switch-to 5))
|
:ne "M-6" (λ! (+workspace/switch-to 5))
|
||||||
:ne "M-7" (λ! (+workspace/switch-to 6))
|
:ne "M-7" (λ! (+workspace/switch-to 6))
|
||||||
:ne "M-8" (λ! (+workspace/switch-to 7))
|
:ne "M-8" (λ! (+workspace/switch-to 7))
|
||||||
:ne "M-9" (λ! (+workspace/switch-to 8))
|
:ne "M-9" (λ! (+workspace/switch-to 8))
|
||||||
:ne "M-0" #'+workspace/switch-to-last
|
:ne "M-0" #'+workspace/switch-to-last
|
||||||
|
|
||||||
;; Other sensible, textmate-esque global bindings
|
;; Other sensible, textmate-esque global bindings
|
||||||
:ne "M-r" #'+eval/buffer
|
:ne "M-r" #'+eval/buffer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue