diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ set linebreak " Don’t wrap lines in the middle of a word map <space> <Leader> nmap <silent> <Leader>/ :nohlsearch<CR> +" Toggle spell checking +nmap <silent> <Leader>s :set spell!<CR> + cmap w!! w !sudo tee % >/dev/null " Tabs are 4 spaces wide |