add vim cheetsheet

This commit is contained in:
Thomas Ruoff
2018-01-27 00:47:29 +01:00
parent 2c1308a4d7
commit 687e81de3a
2 changed files with 25 additions and 0 deletions

3
vimrc
View File

@@ -208,6 +208,9 @@ nnoremap <leader>r :%s#\<<C-r>=expand("<cword>")<CR>\>#
"" fast editing of the .vimrc
nnoremap <silent> <leader>ev :e $MYVIMRC<cr>
"" cheetsheet
nnoremap <silent> <leader>ec :e ~/.vim/cheetsheet.md<cr>
"" turn on spell checking
noremap <leader>spl :setlocal spell!<cr>
"" spell checking shortcuts