Created
January 21, 2018 23:19
-
-
Save nobitagit/42ddbe0bd7594a0d428761dd62d6eda3 to your computer and use it in GitHub Desktop.
My VIM cheatsheet
This file contains 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
- Comment a block of code | |
https://unix.stackexchange.com/a/120617/72893 | |
- Indent a block of code | |
https://stackoverflow.com/a/235841/1446845 | |
(basically 5>> to comment the next 5 lines) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment