mapping: syntax sync fromstart

This commit is contained in:
ManjaroOne666 2018-11-19 13:38:12 +00:00
parent 9ff72cae32
commit 886037f076
1 changed files with 11 additions and 9 deletions

4
vimrc
View File

@ -1009,6 +1009,8 @@ nnoremap <space>td :grep! -R '// *TODO' .<CR>:botright cwindow<CR>:echo len(getq
nnoremap <space>dd :DD<CR>
" write and delete current buffer
nnoremap <space>bx :w\|bd<cr>
" sync highlighting from start
nnoremap <silent><space>ss :syntax sync fromstart<CR>
"}}}
" terminal{{{
@ -1044,7 +1046,7 @@ nnoremap <PageUp> :bprevious<CR>
nnoremap <PageDown> :bnext<CR>
"}}}
"location list and quickfix mappings {{{
" location list and quickfix mappings {{{
nnoremap <space>lo :botright lwindow<CR>
nnoremap <up> :lprev<CR>zv
nnoremap <down> :lnext<CR>zv