aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-30 22:51:46 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-30 22:51:46 +0100
commitdd5468b3dbff74fc52175ae2a71f2a7e7525e1e6 (patch)
tree3c7b8228d4f04f58271faffbb0e06d4cdbd48bb1 /vimrc
parenta2a7a360ece2198cf009a8927c9626f2ac534a6e (diff)
downloaddotfiles-dd5468b3dbff74fc52175ae2a71f2a7e7525e1e6.tar.gz
dotfiles-dd5468b3dbff74fc52175ae2a71f2a7e7525e1e6.zip
vim: added the CtrlP plugin.
I've also moved the configuration of plugins in the bundles.vim file.
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/vimrc b/vimrc
index 884ede3..ea5ef55 100644
--- a/vimrc
+++ b/vimrc
@@ -136,6 +136,3 @@ nnoremap <C-s> :w<CR>
" <C-q> is the same as @q (I use q to store macros).
nnoremap <C-q> @q
-" vim-surround.vim: <leader>s is used to surround a word.
-map <leader>s ysiw
-