aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-12 13:30:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-12 13:30:55 +1200
commit6bb6658926689ccbe604fa36bafc6e5c4a4d725f (patch)
tree646d07453f1c2f3dc8aa98f51a611e5b92b0f4ab
parentRefine another comment (diff)
downloaddotfiles-6bb6658926689ccbe604fa36bafc6e5c4a4d725f.tar.gz
dotfiles-6bb6658926689ccbe604fa36bafc6e5c4a4d725f.zip
Rewrite a couple of paragraphs
-rw-r--r--vim/vimrc17
1 files 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 [<Space> <Plug>(PutBlankLinesAbove)
nmap ]<Space> <Plug>(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 = ','