diff options
| author | June McEnroe <june@causal.agency> | 2014-06-28 21:59:01 -0400 | 
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2014-06-28 21:59:01 -0400 | 
| commit | 8b98e00d694586473be8650915ac1d0b9da16ed0 (patch) | |
| tree | 8f98b801113733296d3c3c5ebd3b278b66505ebe | |
| parent | Add indent guides (diff) | |
| download | src-8b98e00d694586473be8650915ac1d0b9da16ed0.tar.gz src-8b98e00d694586473be8650915ac1d0b9da16ed0.zip | |
Add multiple cursors
Diffstat (limited to '')
| -rw-r--r-- | .vimrc | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.vimrc b/.vimrc index c7f71af6..daebc629 100644 --- a/.vimrc +++ b/.vimrc @@ -277,6 +277,8 @@ let delimitMate_jump_expansion = 1 Plug 'nathanaelkane/vim-indent-guides' let g:indent_guides_start_level = 2 +Plug 'terryma/vim-multiple-cursors' + call plug#end() colorscheme jellybeans |