summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-07-15 14:20:35 -0400
committerJune McEnroe <programble@gmail.com>2014-07-15 14:20:35 -0400
commite7346990afdc363b7875c88b6957766fd359a90a (patch)
tree2eacce69d6906c4fa847db132e93f8e9e3f7017d /.vimrc
parentAdd gf and gbl git aliases (diff)
downloadsrc-e7346990afdc363b7875c88b6957766fd359a90a.tar.gz
src-e7346990afdc363b7875c88b6957766fd359a90a.zip
Add vim-exchange
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9161e970..06cc5966 100644
--- a/.vimrc
+++ b/.vimrc
@@ -276,6 +276,8 @@ Plug 'tpope/vim-speeddating'
 Plug 'tpope/vim-eunuch'
 " Highlight color values with their color in CSS.
 Plug 'ap/vim-css-color'
+" Swap two selections.
+Plug 'tommcdo/vim-exchange'
 
 " Language support.
 Plug 'digitaltoad/vim-jade'