From ef8205ff6e3943211e456debd719e37820111465 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Mon, 18 Jun 2012 09:52:39 +0200 Subject: [PATCH] Learned about :command; changed the vr cmd binding to the Vr comand --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()) -- 2.51.2