Vim Notes
To/Find
Section titled “To/Find”function test(foo: boolean) { ^ dt)
function test() {function test(foo: boolean) { ^ df{
function test(Surround Operations
Section titled “Surround Operations”Quotes example:
"Hello, world!" ^ cs"'
'Hello, world!' ^ cs'<q>
<q>Hello, world!</q> ^ cst"
"Hello, world!" ^ ds"
Hello, world!