Add vim-fswitch

This commit is contained in:
Alex Yatskov 2015-04-28 13:45:07 +09:00
parent 86eb25d527
commit faea649a9f
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ nnoremap <silent> <leader>a :ArgWrap<Cr>
vmap <Cr> <Plug>(EasyAlign) vmap <Cr> <Plug>(EasyAlign)
nmap ga <Plug>(EasyAlign) nmap ga <Plug>(EasyAlign)
" vim-fswitch
noremap <silent> <leader>f :FSHere<Cr>
" open-browser.vim " open-browser.vim
nmap <leader>o <Plug>(openbrowser-smart-search) nmap <leader>o <Plug>(openbrowser-smart-search)
vmap <leader>o <Plug>(openbrowser-smart-search) vmap <leader>o <Plug>(openbrowser-smart-search)

View File

@ -8,6 +8,7 @@ Plug 'https://github.com/bkad/CamelCaseMotion'
Plug 'https://github.com/bling/vim-airline.git' Plug 'https://github.com/bling/vim-airline.git'
Plug 'https://github.com/cespare/vim-toml.git' Plug 'https://github.com/cespare/vim-toml.git'
Plug 'https://github.com/christoomey/vim-sort-motion.git' Plug 'https://github.com/christoomey/vim-sort-motion.git'
Plug 'https://github.com/derekwyatt/vim-fswitch.git'
Plug 'https://github.com/dhruvasagar/vim-table-mode.git' Plug 'https://github.com/dhruvasagar/vim-table-mode.git'
Plug 'https://github.com/fatih/vim-go.git' Plug 'https://github.com/fatih/vim-go.git'
Plug 'https://github.com/inkarkat/argtextobj.vim.git' Plug 'https://github.com/inkarkat/argtextobj.vim.git'