Skip to content

Instantly share code, notes, and snippets.

@pyrat
Created April 24, 2013 12:56
Show Gist options
  • Save pyrat/5451922 to your computer and use it in GitHub Desktop.
Save pyrat/5451922 to your computer and use it in GitHub Desktop.
VIM select inside.
To select between the single quotes I usually do a vi' (select inner single quotes).
Inside a parenthesis block, I use vib (select inner block)
Inside a curly braces block you can use viB (capital B)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment