dotfiles/nvim/.config/nvim/after/plugin/fzf_checkout.vim
Sanchayan Maity 27d4b8d326 nvim: Update git key bindings
fzf checkout plugin introduced some new functionality. Taking advantage
of that update existing and introduce some new key bindings.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-09-02 11:21:53 +05:30

10 lines
341 B
VimL

nnoremap <Leader>gbo :GBranches checkout<CR>
nnoremap <Leader>gbt :GBranches track<CR>
nnoremap <Leader>gbc :GBranches create<SPACE>
nnoremap <Leader>gbd :GBranches delete<CR>
nnoremap <Leader>gbm :GBranches merge<CR>
nnoremap <Leader>gto :GTags checkout<CR>
nnoremap <Leader>gtc :GTags create<SPACE>
nnoremap <Leader>gtd :GTags delete<CR>