diff options
Diffstat (limited to 'lib/vimrc')
-rw-r--r-- | lib/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |