Skip to content

Instantly share code, notes, and snippets.

@lislon
Created October 1, 2015 12:28
Show Gist options
  • Select an option

  • Save lislon/3ecdb20f4a43344f4714 to your computer and use it in GitHub Desktop.

Select an option

Save lislon/3ecdb20f4a43344f4714 to your computer and use it in GitHub Desktop.
;; NERD-commenter
(define-key evil-normal-state-map ",s" 'evilnc-comment-or-uncomment-lines)
(define-key evil-visual-state-map ",s" 'evilnc-comment-or-uncomment-lines)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment