merge origin/master

This commit is contained in:
Jonny Barnes 2017-09-28 16:02:58 +01:00
commit e86603dac3
6 changed files with 61 additions and 9 deletions

View file

@ -199,6 +199,10 @@ nnoremap <Down> :echomsg "use j"<cr>
nnoremap <Left> :echomsg "use j"<cr>
nnoremap <Right> :echomsg "use l"<cr>
" And spell-checking
autocmd FileType gitcommit setlocal spell
set complete+=kspell
" Keymap to open NERDtree
map <C-n> :NERDTreeToggle<cr>
" Autoclose when NERDtree is the last buffer