aboutsummaryrefslogtreecommitdiff
path: root/vim/bundles.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/bundles.vim')
-rw-r--r--vim/bundles.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/vim/bundles.vim b/vim/bundles.vim
index d2e06c0..6368f29 100644
--- a/vim/bundles.vim
+++ b/vim/bundles.vim
@@ -9,4 +9,14 @@ filetype plugin indent on
" My list of plugins.
Bundle 'tpope/vim-surround.git'
+Bundle 'kien/ctrlp.vim.git'
+
+""
+" Some small adjustments for the installed plugins.
+
+" vim-surround.vim: <leader>s is used to surround a word.
+map <leader>s ysiw
+
+" Let CtrlP's window to be taller than its default configuration.
+let g:ctrlp_match_window = 'max:40'