dotfiles/.vimrc

6 lines
108 B
VimL

inoremap jk <ESC>
filetype plugin indent on
syntax on
autocmd BufNewFile,BufRead *.md setlocal ft=markdown