From: Philippe Huerlimann Date: Mon, 18 Jun 2012 07:52:39 +0000 (+0200) Subject: Learned about :command; changed the vr cmd binding to the Vr comand X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=ef8205ff6e3943211e456debd719e37820111465;p=vimfiles.git Learned about :command; changed the vr cmd binding to the Vr comand --- diff --git a/vimrc b/vimrc index 25c6e10..d7f160f 100644 --- a/vimrc +++ b/vimrc @@ -121,12 +121,14 @@ if has('gui_running') endif " Bindings -cnoremap vr tabedit ~/.vim nnoremap c :set relativenumber nnoremap : nnoremap :GundoToggle nnoremap :TagbarToggle +" user defined commands +command Vr tabedit ~/.vim/vimrc + " local vimrc call localrc#load('.local.vimrc', getcwd())