Any way to configure so that the following vim commands which delete, yank or change to regex will function?
d/something/
y/something/
c/something/
Currently when you press the '/' key it pops up the search toolbar and is no longer within the context of the delete, yank or change command. Is it possible to disable / from opening up the search box and allowing the commands above?
As an example of how the delete command should behave in vim:
This line of text:
I want something done here
When you type:
d/something/
in command mode with a cursor at the start of line it should delete everything up to the word something and produce this:
something done here
You can't, d/foo
is still Vi(m)-only.
Sublime Text doesn't work like that: it's a poor substitute for Vim.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With