summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-02-12 09:45:05 -0500
committerBen Sima <ben@bsima.me>2021-02-12 09:45:35 -0500
commit17493708fc7bd0f042dd9599aa02a5bb240bce4d (patch)
treed047b8894cd7cf52d65b44df5db588c09c56b4a2
parentbaef187ae2d8ab8904b368a818fbd21a9ab9a198 (diff)
Add shortcut ,j to :tag
-rw-r--r--lib/vimrc3
1 files changed, 3 insertions, 0 deletions
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 <C-R>=expand("%:h") . "/" <CR>
nmap ,o :buffer
nmap ;o :buffer <C-R>=expand("%:h") . "/" <CR>
+" tags
+nmap ,j :tag
+
" list buffers
nmap ,l :ls<cr>