Add vim-fswitch
This commit is contained in:
parent
86eb25d527
commit
faea649a9f
@ -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)
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user