In vim, I know that typing di 'will delete the text included by one apostrophe,
'hello world' => <di'> => ''
but I will say that I want to delete to the end of the apostrophe?
For instance:
'hello world' => <delete command with cursor on w> => 'hello '
Is there an obvious way to do this?
source
share