Browse Source

Added os x backspace fix to vimrc.

master
Daniel Sissom 5 years ago
parent
commit
96705306d3
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 2 additions and 0 deletions
  1. + 2
    - 0
      vimrc

+ 2
- 0
vimrc

@ -80,6 +80,8 @@ autocmd FileType plaintex,tex,latex set tw=80
autocmd FileType pug,jade set tw=80 autocmd FileType pug,jade set tw=80
autocmd FileType text set tw=80 nocindent autocmd FileType text set tw=80 nocindent
set backspace=indent,eol,start
au BufNewFile,BufRead *.cu set filetype=c au BufNewFile,BufRead *.cu set filetype=c
au BufNewFile,BufRead *.tp set filetype=taskpaper au BufNewFile,BufRead *.tp set filetype=taskpaper

Loading…
Cancel
Save