Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 527 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 527 Bytes

kakoune-git

This plugin provides extra git integration for kakoune

Install

Place in autoload/ or use plug.kak.

Usage

Usage is inspired by the builtin grep.kak. Currently, only two commands are provided:

git-list-branch-files [branch]: Create scratch buffer which lists files for the given branch (default: master) git-show-branch-file [file] [branch]: Open the file on branch in a scratch buffer. (file default: current buffer, branch default: master)