aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 17:54:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 17:54:04 +1200
commitc7d0de2ab18cccd595a6aa8bd047b01b2405a694 (patch)
treecc096f5eda1fcb484ce594d94f98187814abbde9 /vim/vimrc
parentCorrect two command references in vimrc comment (diff)
downloaddotfiles-c7d0de2ab18cccd595a6aa8bd047b01b2405a694.tar.gz
dotfiles-c7d0de2ab18cccd595a6aa8bd047b01b2405a694.zip
Rewrite and rewrap a comment block in vimrc
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index bf905feb..de11a3a3 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Thu, 21 May 2020 05:52:29 UTC
+" Last updated: Thu, 21 May 2020 05:54:00 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -1123,10 +1123,10 @@ nnoremap <C-L>
inoremap <C-L>
\ <C-O>:execute "normal \<C-L>"<CR>
-" 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.
+" We use :vmap here rather than :xmap to have the mapping applied for select
+" mode as well as visual mode. This is because CTRL-L doesn’t reflect
+" a printable character, and so we don't shadow anything by making it work,
+" even though I don’t actually use select mode directly very much.
"
vmap <C-L>
\ <Esc><C-L>gv