aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 00:55:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 00:55:32 +1200
commit0e6a7173c57594e48e16415cad908706fc1986f0 (patch)
treecbd1c2ab8969f002cdacb782705993108e200219
parentRemove a comment line (diff)
downloaddotfiles-0e6a7173c57594e48e16415cad908706fc1986f0.tar.gz
dotfiles-0e6a7173c57594e48e16415cad908706fc1986f0.zip
Make map display mapping reflect comment
-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>