diff options
author | Matthias Braendli <matthias.braendli@u-blox.com> | 2013-12-16 14:22:12 +0100 |
---|---|---|
committer | Matthias Braendli <matthias.braendli@u-blox.com> | 2013-12-16 14:22:12 +0100 |
commit | 9f0a77a232297e28396311f063e2a4ae304f8645 (patch) | |
tree | 52cacc9a544b0cb788b484f81ad355c6a2386cf7 /dotvimrc | |
parent | 58daf59eeeee1818166ca80aabe62c52d4644bda (diff) | |
download | vimrc-9f0a77a232297e28396311f063e2a4ae304f8645.tar.gz vimrc-9f0a77a232297e28396311f063e2a4ae304f8645.tar.bz2 vimrc-9f0a77a232297e28396311f063e2a4ae304f8645.zip |
add maps for bnext and bprev
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -225,6 +225,10 @@ endif map <Leader>[ :tselect <C-r><C-w><CR> map <Leader>] :tag <C-r><C-w><CR> +"I use bnext and bprev a lot +map [b :bprev<CR> +map ]b :bnext<CR> + "GIT timelapse map <Leader>gt :call TimeLapse()<cr> |