From becd4cc3c09dc80ff2ca50636179cce56e683f73 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 27 Sep 2020 09:58:49 +1000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0d098a202..a6d26c1a3 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is - [Undo/Redo](#undoredo) - [Configuration](#configuration) - [Custom pagers](#configuration) + - [Custom Commands](#configuration) - [Tutorials](#tutorials) - [Cool Features](#cool-features) - [Contributing](#contributing) @@ -213,6 +214,12 @@ Check out the [configuration docs](docs/Config.md). See the [docs](docs/Custom_Pagers.md) +### Custom Commands + +If lazygit is missing a feature, there's a good chance you can implement it yourself with a custom command! + +See the [docs](docs/Custom_Command_Keybindings.md) + ## Tutorials - [Video Tutorial](https://youtu.be/VDXvbHZYeKY)