Skip to content

Commit

Permalink
Open alternate files in Vim.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-on-prem committed May 15, 2015
1 parent 646c833 commit 4d76040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/rc-files/.vim.bundle
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions templates/rc-files/.vimrc
Expand Up @@ -149,6 +149,9 @@ function! SetUpRubySpecs()
endif
endfunction

" Move to alternate files quickly
nnoremap <leader>. :OpenHorizontal(alternate#FindAlternate())<cr>
"Git Blame
nnoremap <leader>gb :gblame<CR>
Expand Down

0 comments on commit 4d76040

Please sign in to comment.