Adding open-browser.vim
This commit is contained in:
parent
30c64f5a42
commit
b6cc5ed47e
@ -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)
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user