dotfiles/.vimrc

6 lines
108 B
VimL
Raw Normal View History

2015-10-04 21:00:02 +00:00
inoremap jk <ESC>
filetype plugin indent on
syntax on
2015-10-05 18:04:17 +00:00
autocmd BufNewFile,BufRead *.md setlocal ft=markdown