summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-11-25 17:32:14 -0500
committerJune McEnroe <programble@gmail.com>2014-11-25 17:32:14 -0500
commitd56a0d6200ec12360e65f704aa1a8c63c39a051d (patch)
treee46ea530f438c390e944c186982427bf0e9e8d44 /.vimrc
parentSimplify C-n relative number toggle (diff)
downloadsrc-d56a0d6200ec12360e65f704aa1a8c63c39a051d.tar.gz
src-d56a0d6200ec12360e65f704aa1a8c63c39a051d.zip
Remove multiple cursors plugin
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index fcd5a28d..83219248 100644
--- a/.vimrc
+++ b/.vimrc
@@ -262,8 +262,6 @@ Plug 'sickill/vim-pasta'
 Plug 'tpope/vim-commentary'
 " Surround text objects.
 Plug 'tpope/vim-surround'
-" Sublime-style multiple cursors. (C-n)
-Plug 'terryma/vim-multiple-cursors'
 " Increment, decrement dates and roman numerals with C-a, C-x.
 Plug 'tpope/vim-speeddating'
 " File-related commands.