From d588d21e672a7f164bbb4ef31364802806419f40 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Jul 2020 03:08:46 +1200 Subject: Add Vim digraph for zero-width space (zs) --- vim/vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 ` nnoremap ~ \ :vertical ScratchBuffer +" 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 -- cgit v1.2.3 From 297bcdb6409f1aa819937253ee355181920d87d7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 20 Jul 2020 12:46:20 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2334a69d..a46aae87 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v10.3.0 -Wed, 15 Jul 2020 08:39:01 +0000 +tejr dotfiles v10.4.0 +Mon, 20 Jul 2020 00:46:20 +0000 -- cgit v1.2.3