Skip to content

Instantly share code, notes, and snippets.

@blaenk

blaenk/init.el Secret

Created July 26, 2015 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blaenk/01f27288cfba60437525 to your computer and use it in GitHub Desktop.
Save blaenk/01f27288cfba60437525 to your computer and use it in GitHub Desktop.
(define-key evil-visual-state-map (kbd "<")
(lambda (beg end)
(evil-shift-left beg end)
(exchange-point-and-mark)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment