From 2df0e77c6b92d0d9d6bddf06211eff6890250a0f Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 1 Feb 2016 22:56:04 +0100 Subject: [PATCH] Add vim-multiple-cursors plugin --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 0840457..a6ebe82 100644 --- a/vimrc +++ b/vimrc @@ -64,6 +64,7 @@ let mapleader = "," Plugin 'davidoc/taskpaper.vim' Plugin 'scrooloose/syntastic' Plugin 'tpope/vim-fugitive' + Plugin 'terryma/vim-multiple-cursors' call vundle#end() filetype plugin indent on