diff --git a/templates/rc-files/.vim.bundle b/templates/rc-files/.vim.bundle index be4b51e..bcc1bcf 100644 --- a/templates/rc-files/.vim.bundle +++ b/templates/rc-files/.vim.bundle @@ -6,6 +6,8 @@ Plugin 'vim-scripts/tComment' Plugin 'bronson/vim-trailing-whitespace' Plugin 'rking/ag.vim' Plugin 'tpope/vim-rails' +Plugin 'compactcode/open.vim' +Plugin 'compactcode/alternate.vim' Plugin 'othree/html5.vim' Plugin 'kchmck/vim-coffee-script' Plugin 'mattn/emmet-vim' diff --git a/templates/rc-files/.vimrc b/templates/rc-files/.vimrc index a31acd0..cac39d5 100644 --- a/templates/rc-files/.vimrc +++ b/templates/rc-files/.vimrc @@ -149,6 +149,9 @@ function! SetUpRubySpecs() endif endfunction +" Move to alternate files quickly +nnoremap . :OpenHorizontal(alternate#FindAlternate()) + "Git Blame nnoremap gb :gblame