summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------vim/bundle/vim-move0
-rw-r--r--vimrc3
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 775e483..bdf1f1e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -40,3 +40,6 @@
[submodule "vim/bundle/vim-scala"]
path = vim/bundle/vim-scala
url = git://github.com/derekwyatt/vim-scala.git
+[submodule "vim/bundle/vim-move"]
+ path = vim/bundle/vim-move
+ url = git://github.com/matze/vim-move
diff --git a/vim/bundle/vim-move b/vim/bundle/vim-move
new file mode 160000
+Subproject c0feaab00dd58c5c457b90b9c178382228542b2
diff --git a/vimrc b/vimrc
index 69eedf3..0ac909a 100644
--- a/vimrc
+++ b/vimrc
@@ -708,4 +708,7 @@ let g:EasyMotion_mapping_f = 'f'
let g:EasyMotion_do_shade = 0
hi EasyMotionTarget ctermbg=yellow ctermfg=black
" }}}
+" vim-move {{{
+let g:move_key_modifier = 'C'
+" }}}
" }}}