By using dt<char>
you can delete up to a character in vim.
So
I am here to Stay!
by using dtS
since the start of the line will end up in
Stay!
By using dt<char>
you can delete up to a character in vim.
So
I am here to Stay!
by using dtS
since the start of the line will end up in
Stay!