summary refs log tree commit diff
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
parentAdd vim-space (diff)
downloadsrc-ed4fbdeb35e5fd27748352227a46efe16e65167e.tar.gz
src-ed4fbdeb35e5fd27748352227a46efe16e65167e.zip
Map ,e and ,b to CtrlP file and buffer respectively
Diffstat (limited to '')
-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>
Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe