diff options
-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> |