Created
April 24, 2013 12:56
-
-
Save pyrat/5451922 to your computer and use it in GitHub Desktop.
VIM select inside.
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 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