From 0e6a7173c57594e48e16415cad908706fc1986f0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 00:55:32 +1200 Subject: Make map display mapping reflect comment --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 1178954c..32a96909 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1343,10 +1343,10 @@ nnoremap k \ :marks "" Leader,m shows normal maps nnoremap m - \ :map + \ :nmap "" Leader,M shows buffer-local normal maps nnoremap M - \ :map + \ :nmap "" Leader,S shows loaded scripts nnoremap S \ :scriptnames -- cgit v1.2.3