From 9e9e07be500a966e13b5bbd87b153c8a03d52c92 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 21 May 2020 17:52:34 +1200 Subject: Correct two command references in vimrc comment --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index e96b333b..bf905feb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ " Tom Ryder (tejr)’s Literate Vimrc " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " -" Last updated: Sat, 16 May 2020 04:57:25 UTC +" Last updated: Thu, 21 May 2020 05:52:29 UTC " " │ And I was lifted up in heart, and thought " │ Of all my late-shown prowess in the lists, @@ -1123,7 +1123,7 @@ nnoremap inoremap \ :execute "normal \" -" We use :vnoremap here rather than :xnoremap and thereby make the mapping +" We use :vmap here rather than :xmap and thereby make the mapping " apply to select mode as well, because CTRL-L doesn’t reflect a printable " character, and so we may as well make it work, even though I don’t actually " use select mode directly. -- cgit v1.2.3