Created
January 19, 2015 01:29
-
-
Save ltw/58cb30a8ef8f3bc1ee1f to your computer and use it in GitHub Desktop.
Hide comments with a keystroke! (or four)
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
| " Toggle comments as invisible | |
| nmap <Leader>Ci :hi! link Comment Ignore<CR> | |
| nmap <Leader>Cc :hi! link Comment Comment<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment