summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-09-27 11:15:08 +1000
committerGitHub <noreply@github.com>2020-09-27 11:15:08 +1000
commit1b39c829accab89a1efe0b900de083e9f127222d (patch)
treed79a6926328794bdbf6ae6c50dff62082f316669 /docs
parentfb09fb4472ace97b64e7c4aa2be225388ada10b4 (diff)
Update Custom_Command_Keybindings.md
Diffstat (limited to 'docs')
-rw-r--r--docs/Custom_Command_Keybindings.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Custom_Command_Keybindings.md b/docs/Custom_Command_Keybindings.md
index 1c9f44298..1c7ff1292 100644
--- a/docs/Custom_Command_Keybindings.md
+++ b/docs/Custom_Command_Keybindings.md
@@ -130,3 +130,7 @@ If your custom keybinding collides with an inbuilt keybinding that is defined fo
### Debugging
If you want to verify that your command actually does what you expect, you can wrap it in an 'echo' call and set `subprocess: true` so that it doesn't actually execute the command but you can see how the placeholders were resolved. Alternatively you can run lazygit in debug mode with `lazygit --debug` and in another terminal window run `lazygit --logs` to see which commands are actually run
+
+### More Examples
+
+See the [wiki](https://github.com/jesseduffield/lazygit/wiki/Custom-Commands-Compendium) page for more examples, and feel free to add your own custom commands to this page so others can benefit!