summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-06-28 21:59:01 -0400
committerJune McEnroe <programble@gmail.com>2014-06-28 21:59:01 -0400
commit5568ef1f512698c1c8bc4beacac7ce57510f0776 (patch)
treeb337e3aedaed2694b92c912a201aaa582b3e92b2 /.vimrc
parentAdd indent guides (diff)
downloadsrc-5568ef1f512698c1c8bc4beacac7ce57510f0776.tar.gz
src-5568ef1f512698c1c8bc4beacac7ce57510f0776.zip
Add multiple cursors
Diffstat (limited to '')
-rw-r--r--.vimrc2
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
kshrc?id=500195d6f1d13fc988bba60d6b35a7bdb5bb3a49&follow=1'>Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe