From 6bb6658926689ccbe604fa36bafc6e5c4a4d725f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 12 Jun 2019 13:30:55 +1200 Subject: Rewrite a couple of paragraphs --- vim/vimrc | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index fd5da916..bc6d7875 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1191,17 +1191,16 @@ nnoremap ]l nmap [ (PutBlankLinesAbove) nmap ] (PutBlankLinesBelow) -" We're on to the leader maps, now. It's difficult to know what order to put -" these in; I originally had them in alphabetical order, but it seems more -" useful now to group the by the category of their function, albeit roughly. +" We're on to the leader maps, now. It's difficult to know in what order to +" describe and specify these. I used to have them in alphabetical order, but +" it seems much more useful to group them by the type of action they take. " " First of all, let's set the leader keys; backslash happens to be the -" default, but I like to make my choice explicit here. -" -" As of 2019, I'm still not certain that comma is the best choice for my local -" leader. I use it all the time for this purpose, and it works well, but -" I don't much like that it shadows a useful function in the fFtT;, group, and -" wonder if I would use it more if I hadn't shadowed it. +" default, but I like to make my choice explicit here. As of 2019, I'm still +" not certain that comma is the best choice for my local leader. I use it all +" the time for this purpose, and it works well, but I don't much like that it +" shadows a useful function in the fFtT;, group, and I sometimes wonder if +" I would use the key for its original function more, had I not shadowed it. " let mapleader = '\' let maplocalleader = ',' -- cgit v1.2.3