summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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>