aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1178954c..32a96909 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1343,10 +1343,10 @@ nnoremap <Leader>k
\ :<C-U>marks<CR>
"" Leader,m shows normal maps
nnoremap <Leader>m
- \ :<C-U>map<CR>
+ \ :<C-U>nmap<CR>
"" Leader,M shows buffer-local normal maps
nnoremap <Leader>M
- \ :<C-U>map <buffer><CR>
+ \ :<C-U>nmap <buffer><CR>
"" Leader,S shows loaded scripts
nnoremap <Leader>S
\ :<C-U>scriptnames<CR>