diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-25 21:38:46 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-25 21:38:46 +0200 |
commit | 3b97fe6f553c236ea614a4ae24fc848d799b8eec (patch) | |
tree | 4532ab588f666847cbc70343b57d35c98d51dc6a | |
parent | 15d7dde3e8043efcb96cf0a0c9e73f54308306ba (diff) | |
download | dotfiles-3b97fe6f553c236ea614a4ae24fc848d799b8eec.tar.xz |
vim: Add vimspell toggle keybinding
-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 |