added copy/paste within braces command

This commit is contained in:
tomit4 2021-10-15 16:40:11 -07:00
parent 9b2803fb63
commit 2272275949

View file

@ -91,6 +91,12 @@ g/^\s*$/d
:%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:
:! <bash command>