From 1b39c829accab89a1efe0b900de083e9f127222d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 27 Sep 2020 11:15:08 +1000 Subject: [PATCH] Update Custom_Command_Keybindings.md --- docs/Custom_Command_Keybindings.md | 4 ++++ 1 file changed, 4 insertions(+) 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!