Created
January 18, 2019 00:42
-
-
Save jayers99/7a3667ee4902bb4de7f7fbea89c45163 to your computer and use it in GitHub Desktop.
vim tricks
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
to insert text at the beginning of a block of text | |
ctrl+v (visual block mode) | |
down arrow to block out lines | |
shift+i to insert | |
type desired text | |
esc | |
to append to the end of line | |
add a $ when blocking lines | |
shift+a to append |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment