Evil jank visual line mode

This commit is contained in:
MitchMarq42 2022-10-12 15:26:40 -08:00
parent 79279591f0
commit 7e32290123

View File

@ -73,6 +73,8 @@
(general-define-key
:states 'normal
"<escape>" 'evil-beginning-of-line
"j" 'evil-next-visual-line
"k" 'evil-previous-visual-line
"C-n" 'move-screen-up-line
"C-p" 'move-screen-down-line)
(general-define-key