summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-27 09:58:49 +1000
committerGitHub <noreply@github.com>2020-09-27 09:58:49 +1000
commitbecd4cc3c09dc80ff2ca50636179cce56e683f73 (patch)
treeba06127350578ee58fdd30f37a1ceb16cc9cd5a7 /README.md
parente0ea2b75a1ec81c5e1af8ec92ae7f9771f639d01 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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)