aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-18 00:24:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-18 00:24:15 +1200
commitdb1e6d44afdae641a0f4cb5d367b25fb216f13c3 (patch)
treed67d0883ed55cacb851f0225a49fa7c394b03fc5
parentDon't suppress errors from loading matchit (diff)
downloaddotfiles-db1e6d44afdae641a0f4cb5d367b25fb216f13c3.tar.gz
dotfiles-db1e6d44afdae641a0f4cb5d367b25fb216f13c3.zip
Add a couple of abbreviations
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fc27e34a..3c4e3df0 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -503,5 +503,9 @@ nnoremap <Leader>: ^"zyg_:<C-R>z<CR>
" \! executes line with 'shell'
nnoremap <Leader>! ^"zyg_:!<C-R>z<CR>
+" Things I almsot always type wrnog
+inoreabbrev almsot almost
+inoreabbrev wrnog wrong
+
" Source any .vim files from ~/.vim/config
runtime! config/*.vim