From 3beaf9036986d749752eb658a7c83a1c69d04dd4 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 4 Jun 2014 01:42:34 +0100 Subject: [PATCH] vim: leader cr will :make --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.48.1