In vim, is it possible to select content between the brackets inclusive of the brackets similar to
yi{ yi(
But I want to include the brackets
|
In vim, is it possible to select content between the brackets inclusive of the brackets similar to
But I want to include the brackets
| ||||
|
feedback
|
|
You can move the cursor over one bracket, and do | |||
|
feedback
|
|
Yes. Use
See
and more generally,
| |||
|
feedback
|
|
Does Once you have what you want selected, you can EDIT: Better answer, seems to be exactly what you're looking for:
Replacing the | ||||
|
feedback
|