From 454e67a2fa8c29c039ba8c88abc3a4d1e7191c10 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Sun, 4 Aug 2013 16:34:43 -0500 Subject: [PATCH] Added multicursor - hit Ctrl-n to select multiple things and then i/c them! [Fix #368] --- vim/vundles.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vundles.vim b/vim/vundles.vim index 58c95d8..be3a3a5 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -100,6 +100,7 @@ Bundle "vim-scripts/AutoTag.git" Bundle "vim-scripts/lastpos.vim" Bundle "vim-scripts/sudo.vim" Bundle "xsunsmile/showmarks.git" +Bundle "terryma/vim-multiple-cursors" " Text objects Bundle "austintaylor/vim-indentobject"