AutoYADM commit: 2025-07-21 13:53:39

This commit is contained in:
Daniel Fichtinger 2025-07-21 13:53:39 -04:00
parent 0fb9c25d0a
commit 57f262d4e4
6 changed files with 344 additions and 6 deletions

View file

@ -0,0 +1,23 @@
# git.kak, a complementary set of Git tools for Kakoune
## Installation
Go in your config path — e.g. `~/.config/kak`, and clone this repository or link it in any
subdirectory of `autoload`. For instance:
```
cd ~/.config/kak
mkdir -p autoload/plugins
cd autoload/plugins
git clone https://git.sr.ht/~hadronized/git.kak
```
## Usage
Most of the tools are available via the `git` user-mode. Typical usage would be to place it under the user
mode, for instance:
```
map global user g ':enter-user-mode git<ret>'
```