Skip to content

Instantly share code, notes, and snippets.

@hara-y-u
Created May 15, 2012 11:55
Show Gist options
  • Save hara-y-u/2701180 to your computer and use it in GitHub Desktop.
Save hara-y-u/2701180 to your computer and use it in GitHub Desktop.
Emacs evil visual line move with j,k
(define-key 'evil-motion-state-map "j" evil-next-visual-line)
(define-key 'evil-motion-state-map "k" evil-previous-visual-line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment