1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-23 20:20:53 -05:00

Fix evil binds

This commit is contained in:
Jack Foltz 2019-09-09 10:16:43 -04:00
parent 891739f783
commit c9254dc732
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -205,8 +205,8 @@ A helper for defining procedural keyboard macros
"K" #'evil-window-top
"L" #'evil-window-far-right
"h" #'evil-window-left
"j" #'evil-window-right
"k" #'evil-window-down
"j" #'evil-window-down
"k" #'evil-window-up
"l" #'evil-window-right
"o" #'other-frame)