aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-07-19 03:08:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-07-19 03:09:41 +1200
commitd588d21e672a7f164bbb4ef31364802806419f40 (patch)
treee82dc366a8b64233a7e10428fefd664c8a628592
parentMerge branch 'release/v10.3.0' into develop (diff)
downloaddotfiles-d588d21e672a7f164bbb4ef31364802806419f40.tar.gz
dotfiles-d588d21e672a7f164bbb4ef31364802806419f40.zip
Add Vim digraph for zero-width space (zs)
-rw-r--r--vim/vimrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 2aaf5eb2..7d4c0508 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Wed, 08 Jul 2020 12:19:04 UTC
+" Last updated: Sat, 18 Jul 2020 15:09:37 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -1584,6 +1584,11 @@ nnoremap <Leader>`
nnoremap <Leader>~
\ :<C-U>vertical ScratchBuffer<CR>
+" There's no digraph for ZERO WIDTH SPACE (U+200B), which I often need to work
+" around word boundary problems in tagging people on the Fediverse.
+"
+digraphs zs 8203
+
" And last, but definitely not least, I’m required by Vim fanatic law to
" include a mapping that reloads my whole configuration. This uses the
" command wrapper defined much earlier in the file, so that filetypes also get