From: Samir Benmendil Date: Wed, 4 Jun 2014 00:42:34 +0000 (+0100) Subject: vim: leader cr will :make X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3beaf9036986d749752eb658a7c83a1c69d04dd4 vim: leader cr will :make --- diff --git a/vim/vimrc b/vim/vimrc index cf299bf..55b81e0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -53,6 +53,7 @@ filetype plugin indent on " bindings {{{1 " allow both and / to be map +nnoremap :make " moving around, searching and patterns {{{1 set incsearch " show match for partly typed search command