diff options
author | June McEnroe <june@causal.agency> | 2014-11-25 17:32:14 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-11-25 17:32:14 -0500 |
commit | 1a1014d2acdfc4d0323cc67987df8294e693e6cc (patch) | |
tree | 0d986127b90c643d115bfe1aa2e94380d1f79881 | |
parent | Simplify C-n relative number toggle (diff) | |
download | src-1a1014d2acdfc4d0323cc67987df8294e693e6cc.tar.gz src-1a1014d2acdfc4d0323cc67987df8294e693e6cc.zip |
Remove multiple cursors plugin
-rw-r--r-- | .vimrc | 2 |
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. |