This layer provides common functionality for git, using
airblade/vim-gitgutter
junegunn/gv.vim
(only when the'+nav/fzf'
layer is not enabled)tpope/vim-fugitive
Add the +scm/git
layer in your configuration file,
function! Layers()
" ...
Layer '+scm/git'
" ...
endfunction
Key Binding | Description |
---|---|
SPC gc | Commit a change |
SPC gl | Log latest changes |
SPC gL | Log current file |
SPC gp | Push current branch |
SPC gs | Status |