aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/markdown.vim
blob: 9d2b097bb388b1fefb4dbe902c78a54b2a7556f5 (plain)
1
2
3
4
5
6
7
8
9
nmap <buffer> j gj
nmap <buffer> k gk

autocmd CursorHold,CursorHoldI <buffer> silent update

setlocal iskeyword+=[,\-

" setlocal formatoptions-=t
" setlocal formatoptions-=c