Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:Jab2870/vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hodgson committed Mar 26, 2019
2 parents 2c9df43 + 7610262 commit 4ba0474
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ nnoremap <S-Enter> O<Esc>
" Make jj in insert mode go to normal mode
inoremap jj <Esc>
inoremap <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u
" Set double space in insert mode to go to next mark and enter insert mode
"inoremap <leader><leader> <Esc>:call NextMark()<cr>

Expand Down Expand Up @@ -538,6 +540,12 @@ augroup file_json
autocmd FileType json setlocal foldmethod=syntax foldenable
augroup END

" Make md files use spellcheck{{{2
augroup file_md
autocmd!
autocmd FileType markdown setlocal spell
augroup END

""set es6 files to javascript {{{2
augroup detectES6
autocmd!
Expand Down

0 comments on commit 4ba0474

Please sign in to comment.