Skip to content

Instantly share code, notes, and snippets.

@jayers99
Created January 18, 2019 00:42
Show Gist options
  • Save jayers99/7a3667ee4902bb4de7f7fbea89c45163 to your computer and use it in GitHub Desktop.
Save jayers99/7a3667ee4902bb4de7f7fbea89c45163 to your computer and use it in GitHub Desktop.
vim tricks
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