Skip to content

Vim Notes

function test(foo: boolean) {
^ dt)
function test() {
function test(foo: boolean) {
^ df{
function test(

Quotes example:

"Hello, world!"
^ cs"'
'Hello, world!'
^ cs'<q>
<q>Hello, world!</q>
^ cst"
"Hello, world!"
^ ds"
Hello, world!