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

autocmd CursorHold,CursorHoldI <buffer> update

setlocal iskeyword+=[

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