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'