aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2013-12-16 14:22:12 +0100
committerMatthias Braendli <matthias.braendli@u-blox.com>2013-12-16 14:22:12 +0100
commit9f0a77a232297e28396311f063e2a4ae304f8645 (patch)
tree52cacc9a544b0cb788b484f81ad355c6a2386cf7 /dotvimrc
parent58daf59eeeee1818166ca80aabe62c52d4644bda (diff)
downloadvimrc-9f0a77a232297e28396311f063e2a4ae304f8645.tar.gz
vimrc-9f0a77a232297e28396311f063e2a4ae304f8645.tar.bz2
vimrc-9f0a77a232297e28396311f063e2a4ae304f8645.zip
add maps for bnext and bprev
Diffstat (limited to 'dotvimrc')
-rw-r--r--dotvimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index fecafac..054aff9 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -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>