Wednesday, 4 September 2013

Why isn't this Vim mapping working?

Why isn't this Vim mapping working?

noremap :hsp :botright new
noremap :vsp :botright vnew
"Not an editor command: hsp"
I'm probably googling the wrong thing, but I can't find many results on
aliasing vim commands. I can find tons of info about mapping keys to
commands like my one for tabs:
noremap <C-t> :tabnew<CR>
But can't find commands mapped to other commands.

No comments:

Post a Comment