aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-10-07 15:07:40 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-10-07 15:07:40 -0400
commitd1050f606bfea1ed744cc25388ffabdbee506753 (patch)
treed4f31a5240ddc9f81c74353e5d98390b39b6c05e /vimrc
parent58854f34c5403ceba3f02194383f132d01af0b26 (diff)
add bufexplorer
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 2e37dc5..ac925d3 100644
--- a/vimrc
+++ b/vimrc
@@ -84,6 +84,11 @@ noremap <C-a> :call RunSpec()<Enter>
noremap <C-e> :NERDTreeToggle<Enter>
let NERDTreeMapActivateNode='<Space>'
+" bufexplore
+noremap ,fe :BufExplorer<Enter>
+noremap ,fs :BufExplorerHorizontalSplit<Enter>
+noremap ,fv :BufExplorerVerticalSplit<Enter>
+
"
" visual
"