DEV Community

Discussion on: We want to feature your voice on DevDiscuss! This week's topic: Vim

Collapse
 
davids89 profile image
David

I learned Vim when I was hired in my current job. I think it's very useful when you know the basis and you're used to work with the keyboard.

Currently I work with VSCode and the Vim plugin because it has some shorcuts I love.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

it has some shorcuts I love.

Care to give some examples?

Collapse
 
davids89 profile image
David

For example to empty an array you can do c + i + ( with the cursor inside the () and Vim delete the text.