aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index c0dc6ad..a50b431 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -239,6 +239,10 @@ map <Leader>] :tag <C-r><C-w><CR>
map [b :bprev<CR>
map ]b :bnext<CR>
+"other useful mapping
+map [l :lprev<CR>
+map ]l :lnext<CR>
+
"GIT timelapse
map <Leader>gt :call TimeLapse()<cr>