diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-24 11:17:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-24 11:17:43 +0800 |
| commit | d63481e787cf721e19bcc8dc2a0c298e45b716a1 (patch) | |
| tree | 50890b8d273e3fc687dac88539517fecbceaca49 /mappings.vim | |
| parent | 31029ef933967618c4d5929ccae4f7c9a6d6cfc0 (diff) | |
remove search highlight toggle mapping
Diffstat (limited to 'mappings.vim')
| -rw-r--r-- | mappings.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mappings.vim b/mappings.vim index 00e8b19..c2ba402 100644 --- a/mappings.vim +++ b/mappings.vim @@ -47,9 +47,6 @@ nnoremap<silent> \x :windo lclose <bar> cclose<CR> " window, see https://stackoverflow.com/q/4465095/6064933 nnoremap <silent> \d :bprevious <bar> bdelete #<CR> -" Toggle search highlight, see https://stackoverflow.com/a/26504944/6064933 -nnoremap <silent><expr> <Leader>hl (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n" - " Insert a blank line below or above current line (do not move the cursor), " see https://stackoverflow.com/a/16136133/6064933 nnoremap <expr> oo 'm`' . v:count1 . 'o<Esc>``' |
