In Eclipse, there is the nice feature of deleting the word until the next capital letter when you press Ctrl+Backspace. For example:
ThisIsSomeText
If you press Ctrl-Backspace, only "Text" will be deleted, where as in VS all the "ThisIsSomeText" will be deleted.
Is there anyway to implement the same in VIM?
If yes, is there similar method for Ctrl-Del also? That as, pressing Ctrl-Del at the beginning of the previous example will only delete "This", rather than all the "ThisIsSomeText".