Adding open-browser.vim

This commit is contained in:
Alex Yatskov 2015-04-04 20:27:25 +09:00
parent 30c64f5a42
commit b6cc5ed47e
2 changed files with 12 additions and 8 deletions

View File

@ -18,3 +18,6 @@ nnoremap <silent> <leader>a :ArgWrap<Cr>
" vim-easy-align
vmap <Cr> <Plug>(EasyAlign)
" open-browser.vim
nmap <leader>o <Plug>(openbrowser-smart-search)
vmap <leader>o <Plug>(openbrowser-smart-search)

View File

@ -30,6 +30,7 @@ Plug 'https://github.com/tpope/vim-repeat'
Plug 'https://github.com/tpope/vim-speeddating.git'
Plug 'https://github.com/tpope/vim-surround'
Plug 'https://github.com/tpope/vim-unimpaired.git'
Plug 'https://github.com/tyru/open-browser.vim.git'
Plug 'https://github.com/vim-latex/vim-latex.git'
if has('unix')