diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-11 21:45:39 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-11 21:45:39 +0100 |
commit | ac5006f6153dcb6e20bad9553d4416dc89e88fc2 (patch) | |
tree | d3bb7ffa4dbff437a9cb5f9baa909a5931b7925a | |
parent | 0f62512d7ab2b4b119e563d1ce217d805db26f7a (diff) | |
download | vimrc-ac5006f6153dcb6e20bad9553d4416dc89e88fc2.tar.gz vimrc-ac5006f6153dcb6e20bad9553d4416dc89e88fc2.tar.bz2 vimrc-ac5006f6153dcb6e20bad9553d4416dc89e88fc2.zip |
add lprev and lnext mappings
-rw-r--r-- | dotvimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |