From e2d29e216d51588a6ad5def72bd46aecd8bf137b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 14 Jun 2019 20:02:43 +1200 Subject: Add Vim leader maps for :command and :function --- vim/vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 7a67920a..4bbbef20 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1361,6 +1361,9 @@ nnoremap H "" Leader,k shows my marks nnoremap k \ :marks +"" Leader,K shows functions +nnoremap K + \ :function "" Leader,m shows normal maps nnoremap m \ :nmap @@ -1370,6 +1373,9 @@ nnoremap M "" Leader,S shows loaded scripts nnoremap S \ :scriptnames +"" Leader,U shows user commands +nnoremap U + \ :command "" Leader,v shows all global and internal variables nnoremap v \ :let g: v: -- cgit v1.2.3