From baf96fed9b1af15fea2c859fc537c296f173b479 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 19 Aug 2013 17:34:46 -0500 Subject: [PATCH] Adding vim-move plugin --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 5f63dab..1da9091 100644 --- a/vimrc +++ b/vimrc @@ -53,6 +53,7 @@ Bundle 'bitc/vim-hdevtools' Bundle 'airblade/vim-gitgutter' Bundle 'qstrahl/vim-matchmaker' Bundle 'bling/vim-airline' +Bundle 'matze/vim-move' let $GIT_SSL_NO_VERIFY = 'true' @@ -266,3 +267,6 @@ map h_ nnoremap ht :HdevtoolsType nnoremap hc :HdevtoolsClear nnoremap hi :HdevtoolsInfo + +" Vim-move +let g:move_key_modifier = 'C'