From 17493708fc7bd0f042dd9599aa02a5bb240bce4d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 12 Feb 2021 09:45:05 -0500 Subject: Add shortcut ,j to :tag --- lib/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/vimrc b/lib/vimrc index 977320d..b62757c 100644 --- a/lib/vimrc +++ b/lib/vimrc @@ -48,6 +48,9 @@ nmap ;e :edit =expand("%:h") . "/" nmap ,o :buffer nmap ;o :buffer =expand("%:h") . "/" +" tags +nmap ,j :tag + " list buffers nmap ,l :ls -- cgit v1.2.3