Add key to toggle search highlighting
This commit is contained in:
parent
b1eb978010
commit
9aa76ed943
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -47,6 +47,7 @@ nnoremap <F11> :call ACPToggleMargins()<CR>
|
|||
nnoremap <F12> :w<CR>
|
||||
nnoremap <F2> :call ACPActodoTodo()<CR>
|
||||
nnoremap <F4> :vsplit<CR>
|
||||
nnoremap <F6> :set invhlsearch<CR>
|
||||
nnoremap <F7> :call ACPToggleSpellEnUs()<CR>
|
||||
nnoremap <F9> :%!clang-format<CR>
|
||||
nnoremap <Leader>B :bprevious<CR>
|
||||
|
|
Loading…
Reference in a new issue