mapping: syntax sync fromstart
This commit is contained in:
parent
9ff72cae32
commit
886037f076
2
vimrc
2
vimrc
|
@ -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{{{
|
||||
|
|
Loading…
Reference in New Issue