You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove word in command line with <C-w>
Fixes#4027
* <C-w> only remove word before the cursor
* Fix a typo
* Fix the broken tests
* Add unit tests for <C-w> in cmd line
* Add <C-w> support in search mode
* Add tests for <C-w> in search mode
* Change runsOnceForEveryCursor of <C-w> cmd to return false
In the command/search bar,
<C-W>
should delete the previous word.http://vimdoc.sourceforge.net/htmldoc/cmdline.html#c_CTRL-W
See also: #3243
The text was updated successfully, but these errors were encountered: