added TODO to have certain file types automatically wrapped.
This commit is contained in:
@@ -4,6 +4,7 @@ function! SetupWrapping()
|
|||||||
set showbreak=…
|
set showbreak=…
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" TODO: this should happen automatically for certain file types (e.g. markdown)
|
||||||
command! -nargs=* Wrap :call SetupWrapping()<CR>
|
command! -nargs=* Wrap :call SetupWrapping()<CR>
|
||||||
|
|
||||||
vmap <D-j> gj
|
vmap <D-j> gj
|
||||||
|
|||||||
Reference in New Issue
Block a user