Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Git Layer

This layer provides common functionality for git, using

Table of Contents

Install

Add the +scm/git layer in your configuration file,

function! Layers()
  " ...
  Layer '+scm/git'
  " ...
endfunction

Key Bindings

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