add fzf checkout

pull/643/head
Rahsheen Porter 3 years ago
parent 85d2bb3eac
commit c55035e0f2

@ -65,6 +65,7 @@ Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'stsewd/fzf-checkout.vim'
Plug 'leafgarland/typescript-vim'
Plug 'airblade/vim-gitgutter'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
@ -107,6 +108,7 @@ let g:completion_matching_strategy_list = ['exact', 'substring', 'fuzzy']
nmap <leader>gs :G<CR>
nmap <leader>gh :diffget //3<CR>
nmap <leader>gu :diffget //2<CR>
nnoremap <leader>gc :GCheckout<CR>
" Copy to system clipboard
vnoremap <leader>y "*y

Loading…
Cancel
Save