dw deletes whole line when trying to delete last word
See original GitHub issueWhat 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:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I will be able to check tomorrow and let you know, but it should be the latest version. I may have miss typed it.
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 👍