summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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)