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

2
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{{{