Created
October 1, 2015 12:28
-
-
Save lislon/3ecdb20f4a43344f4714 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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