question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dw deletes whole line when trying to delete last word

See original GitHub issue

What did you do?

foo |bar

With the cursor on the last word of the line dw deletes the whole line.

Technical details:

  • VSCode Version: 1.4.0
  • VsCodeVim Version: 1.8.5
  • OS: windows 10

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
chrisolsencommented, Aug 9, 2016

I will be able to check tomorrow and let you know, but it should be the latest version. I may have miss typed it.

1reaction
chrisolsencommented, Aug 11, 2016

Will do!

One thing that popped out right away was that your plugin (vscodevim) seems to have a faster response time to keyboard entry and feels a little smoother. If you guys are open to it I will definitely make mention of any areas that could use improvement.

Thanks for putting together an awesome plugin 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Delete from cursor to end of line in `vi` - Unix Stack Exchange
The command dw will delete from the current cursor position to the beginning of the next word character. The command d$ (note, that's...
Read more >
Move cursor to end of line in vim (to delete last word)
I usually type the command db to remove one word backwards in Vim. Doing this at the end of ...
Read more >
How to Delete a Line in VIM {All, Multiple, Range) - phoenixNAP
1. Start by moving into command mode with Esc . · 2. Place the cursor at the beginning of the word you want...
Read more >
Dreamweaver Delete Space to Word, Not Word - Super User
There's a built in DW keyboard shortcut (Ctrl + Del) that deletes up to AND INCLUDING the first word to the right. I...
Read more >
Remove a line in Word - Microsoft Support
Tip: If you want to delete multiple lines or connectors, select the first line, press and hold Ctrl while you select the other...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found