From 727e6ab9a577519436fcd185a51de5de0674feeb Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Tue, 17 May 2016 14:27:29 -0700 Subject: [PATCH] Bind C-l to clear last search --- dotfiles/config/nvim/init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/config/nvim/init.vim b/dotfiles/config/nvim/init.vim index 850ceb9..e1324a4 100644 --- a/dotfiles/config/nvim/init.vim +++ b/dotfiles/config/nvim/init.vim @@ -131,6 +131,9 @@ let g:rust_recommended_style=0 " Note noremap is a normal mode non-recursive mapping " nnoremap and nmap make the bind only work in normal mode +"map C-l to clear last search +:noremap :nohls + let mapleader=" " map t :NERDTreeToggle nnoremap r :call NumberToggle()