Set scroll with C-v on motion modes.

This commit is contained in:
KJ 2024-04-13 16:21:05 -04:00
parent 370651ebec
commit 954cfe64c7
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@
;; Navegación entre frames
(evil-define-key 'motion 'global (kbd "<leader>o") 'other-window)
;; Habilitar el scrolear con C-v como en emacs en evil
(evil-define-key 'motion 'global (kbd "C-v") 'scroll-up-command)
;; Añadir nueva linea sin salir del modo normal
(evil-define-key 'motion 'global (kbd "<leader><RET>") 'newline)