aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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>