Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 3
    With :norm! D you prevent the mapping to be triggered. Just use norm D Commented Apr 20, 2016 at 14:41
  • So the context of the norm (and I guess every other command) is the file, and not the debug window ? Commented Apr 20, 2016 at 14:43
  • No. With the bang, you prevent the mapping to be executed, and in the end, the default behaviour will be triggered: d$. :h :normal Commented Apr 20, 2016 at 15:39