]> Untitled Git - vimfiles.git/commitdiff
Learned about :command; changed the vr cmd binding to the Vr comand
authorPhilippe Huerlimann <phihue@gmail.com>
Mon, 18 Jun 2012 07:52:39 +0000 (09:52 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Mon, 18 Jun 2012 07:52:39 +0000 (09:52 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 25c6e10ad792559995bec8cabb87a519844b5170..d7f160fdc0e597609716a574315b5a9222fc1ee4 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -121,12 +121,14 @@ if has('gui_running')
 endif
 
 " Bindings
-cnoremap vr<CR> tabedit ~/.vim<CR>
 nnoremap <leader>c :set relativenumber<CR>
 nnoremap <Space> :
 nnoremap <F7> :GundoToggle<CR>
 nnoremap  <F8> :TagbarToggle<CR>
 
+" user defined commands
+command Vr tabedit ~/.vim/vimrc
+
 " local vimrc
 call localrc#load('.local.vimrc', getcwd())