aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:51:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-23 11:52:00 +1200
commit5654403461b6c1a86ba0ff059f2d9e387d62ab25 (patch)
tree8d8f6e0ed741a31d653e9c3bcfa20cc75d2932c8
parentRemove 'fillchars' setting from .vimrc (diff)
downloaddotfiles-5654403461b6c1a86ba0ff059f2d9e387d62ab25.tar.gz
dotfiles-5654403461b6c1a86ba0ff059f2d9e387d62ab25.zip
Document mode of Vim leader mappings
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cb5f3119..888542cf 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -218,8 +218,8 @@ if 1
let g:maplocalleader = '_'
endif
-" Leader mappings below; use a literal backslash rather than <Leader> so that
-" the non-plugin mappings work on vim-tiny
+" Normal mode leader mappings below; use a literal backslash rather than
+" <Leader> so that the non-plugin mappings work on vim-tiny
" \a toggles 'formatoptions' 'a' flag using a plugin
nnoremap \a :<C-U>ToggleOptionFlagLocal formatoptions a<CR>