Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top