From 5654403461b6c1a86ba0ff059f2d9e387d62ab25 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 23 Jun 2018 11:51:48 +1200 Subject: Document mode of Vim leader mappings --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') 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 so that -" the non-plugin mappings work on vim-tiny +" Normal mode leader mappings below; use a literal backslash rather than +" so that the non-plugin mappings work on vim-tiny " \a toggles 'formatoptions' 'a' flag using a plugin nnoremap \a :ToggleOptionFlagLocal formatoptions a -- cgit v1.2.3