Update dotfiles

This commit is contained in:
Bill Niblock 2015-11-06 17:55:09 -05:00
parent e3fccf5fb2
commit c356cd2a46

View file

@ -104,3 +104,6 @@ inoremap jk <esc>
" Toggle spell-check " Toggle spell-check
nmap <silent> <leader>s :set spell!<CR> nmap <silent> <leader>s :set spell!<CR>
" Remove Trailing Whitespaace
nnoremap <silent> <leader>rtw :%s/\s\+$//e<CR>