From dd5468b3dbff74fc52175ae2a71f2a7e7525e1e6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Thu, 30 Jan 2014 22:51:46 +0100 Subject: vim: added the CtrlP plugin. I've also moved the configuration of plugins in the bundles.vim file. --- vim/bundles.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'vim/bundles.vim') 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: s is used to surround a word. +map s ysiw + +" Let CtrlP's window to be taller than its default configuration. +let g:ctrlp_match_window = 'max:40' -- cgit v1.2.3