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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top