Domanda

I know d$ or D will delete till the end of line including the letter on the cursor? Is there a way to do this excluding the letter on the cursor? I did :h d in vim and browsed around a bit but couldn't find if this is possible. I am trying to do this in AppCode with IdeaVim plugin.

È stato utile?

Soluzione

In normal mode, you could do lD or ld$.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top