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 |
||||
|
|
|
You can move the cursor over one bracket, and do |
|||
|
|
|
Yes. Use
See
and more generally,
|
|||
|
|
|
Does Once you have what you want selected, you can EDIT: Better answer, seems to be exactly what you're looking for:
Replacing the |
||||
|
|