aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-11 21:45:39 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-11 21:45:39 +0100
commitac5006f6153dcb6e20bad9553d4416dc89e88fc2 (patch)
treed3bb7ffa4dbff437a9cb5f9baa909a5931b7925a
parent0f62512d7ab2b4b119e563d1ce217d805db26f7a (diff)
downloadvimrc-ac5006f6153dcb6e20bad9553d4416dc89e88fc2.tar.gz
vimrc-ac5006f6153dcb6e20bad9553d4416dc89e88fc2.tar.bz2
vimrc-ac5006f6153dcb6e20bad9553d4416dc89e88fc2.zip
add lprev and lnext mappings
-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>