Emmanuel BENOîT
b0647949f8
* Shortcut changes to make the Leader-based shortcuts easier to use * Install vim-which-key * Style fixes and changes * Reorganised some of the settings
3 lines
136 B
VimL
3 lines
136 B
VimL
" Highlight search results, and clear that by hitting space very hard twice.
|
|
set hlsearch
|
|
nmap <silent> <Leader><space> :nohlsearch<CR>
|