In insert mode, Vim will delete back a word if you press <C-w> (control + w). Is there a similar command that deletes back a Word?
(Eg, would delete all of http://www.example.com instead of just the com part.)
If not, I'm thinking of mapping <C-BS> (control + backspace) to do this.