aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-11 18:03:58 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-11 18:03:58 +1200
commit43a30b05b2aa37babc006d4e9fa588848ce8e9cf (patch)
tree3ca61fe064b4ed00f67dee9212442e47dfc50b94 /vim
parentMerge branch 'release/v8.33.0' into develop (diff)
downloaddotfiles-43a30b05b2aa37babc006d4e9fa588848ce8e9cf.tar.gz
dotfiles-43a30b05b2aa37babc006d4e9fa588848ce8e9cf.zip
Break abbreviation definitions for readability
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc23
1 files changed, 15 insertions, 8 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 32dbabcd..48548f8b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Sat, 09 May 2020 04:57:54 UTC
+" Last updated: Mon, 11 May 2020 06:03:29 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -1556,17 +1556,24 @@ nnoremap <Leader>R
" pretty useful. First, some 'deliberate' abbreviations for stuff I type
" a lot:
"
-inoreabbrev tr@ tom@sanctum.geek.nz
-inoreabbrev tr/ <https://sanctum.geek.nz/>
+inoreabbrev tr@
+ \ tom@sanctum.geek.nz
+inoreabbrev tr/
+ \ <https://sanctum.geek.nz/>
" And then, just automatically fix some things I almsot always spell or type
" wrnog.
"
-inoreabbrev almsot almost
-inoreabbrev wrnog wrong
-inoreabbrev Fielding Feilding
-inoreabbrev THe The
-inoreabbrev THere There
+inoreabbrev almsot
+ \ almost
+inoreabbrev wrnog
+ \ wrong
+inoreabbrev Fielding
+ \ Feilding
+inoreabbrev THe
+ \ The
+inoreabbrev THere
+ \ There
" Here endeth the literate vimrc. Let us praise God.
"