Thu, 10 Nov 2016 01:34:37 -0500
lord save me from the shift key
--- a/.vimrc +++ b/.vimrc @@ -188,7 +188,9 @@ function! AutoFmtToggle() endfunction map <silent> <leader>a :call AutoFmtToggle()<CR> -map <silent> <leader>s :setl spell!<CR>:setl spell?<CR> + +cabbr Q q +cabbr W w "}}}