Commentary on keybindings

This commit is contained in:
MitchMarq42 2022-08-28 14:23:01 -08:00
parent b794d252be
commit 857b7ebfbf

View File

@ -15,14 +15,17 @@
"q" (general-key-dispatch 'self-insert-command
:timeout 0.25
"q" 'toggle-input-method))
;; Zoom, for bad resolutions (windows)
(general-define-key
"<escape>" 'keyboard-escape-quit
"C--" 'text-scale-decrease
"C-=" 'text-scale-increase)
;; evil visual line mode, not sure why re-implemented
(general-define-key
:states 'motion
"j" 'evil-next-visual-line
"k" 'evil-previous-visual-line)
;; we are not spacemacs, but we might be
(general-define-key
:states '(normal visual)
:prefix "SPC"
@ -32,6 +35,7 @@
"b" 'ibuffer
"g" 'magit
"SPC" 'evil-buffer)
;; SPC shortcuts for lisp. Works with anything that uses the default emacs binds
(general-define-key
:states '(normal visual)
:prefix-command 'eval-map-prefix