added copy/paste within braces command
This commit is contained in:
parent
9b2803fb63
commit
2272275949
1 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,12 @@ g/^\s*$/d
|
||||||
|
|
||||||
:%s/$/,/
|
:%s/$/,/
|
||||||
|
|
||||||
|
# Select and copy within parenthesis, brackets, curly braces:
|
||||||
|
# Navigate to within parenthesis, brackets, curly braces:
|
||||||
|
|
||||||
|
vaby
|
||||||
|
#vab will select all within parens, brackets, curly braces, and then y will yank/copy it.
|
||||||
|
|
||||||
# Running Bash Commands from within Vim:
|
# Running Bash Commands from within Vim:
|
||||||
|
|
||||||
:! <bash command>
|
:! <bash command>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue