update textwidth to 80
This commit is contained in:
parent
7bbadbb0e4
commit
ff4c54221b
|
@ -16,3 +16,5 @@ endfunction
|
||||||
|
|
||||||
nnoremap <buffer> <silent> ]] :<C-u>call <SID>JumpToNextHeading("down", v:count1)<CR>
|
nnoremap <buffer> <silent> ]] :<C-u>call <SID>JumpToNextHeading("down", v:count1)<CR>
|
||||||
nnoremap <buffer> <silent> [[ :<C-u>call <SID>JumpToNextHeading("up", v:count1)<CR>
|
nnoremap <buffer> <silent> [[ :<C-u>call <SID>JumpToNextHeading("up", v:count1)<CR>
|
||||||
|
|
||||||
|
set textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue