summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-01-22 03:17:25 -0500
committerJune McEnroe <programble@gmail.com>2012-01-22 03:17:25 -0500
commited4fbdeb35e5fd27748352227a46efe16e65167e (patch)
tree82f9219b72b2791bef3e4d0a277595299f171fca /.vimrc
parentAdd vim-space (diff)
downloadsrc-ed4fbdeb35e5fd27748352227a46efe16e65167e.tar.gz
src-ed4fbdeb35e5fd27748352227a46efe16e65167e.zip
Map ,e and ,b to CtrlP file and buffer respectively
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 94772f0c..2dc9d72b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -103,8 +103,8 @@ imap <silent> <S-tab> <C-v><tab>
 
 nmap Q gq
 
-"nmap <silent> <leader>t :NERDTreeToggle<CR>
-nmap <silent> <leader>b :BuffergatorToggle<CR>
+nmap <silent> <leader>b :CtrlPBuffer<CR>
+nmap <silent> <leader>e :CtrlP<CR>
 
 nmap <silent> <leader>gs :Gstatus<CR>
 nmap <silent> <leader>gc :Gcommit<CR>