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()