Last active
September 30, 2015 14:16
-
-
Save budmc29/a01c1f38058016b5e62b to your computer and use it in GitHub Desktop.
Vim commands
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
dd -> delete line | |
D -> delete line content | |
p -> paste after cursor | |
P -> paste before cursor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment