diff --git a/docs/Config.md b/docs/Config.md index 4eb6e619e..07476e951 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -197,7 +197,7 @@ If you have issues with a light terminal theme where you can't read / see the te ![border example](/docs/resources/colored-border-example.png) ## Keybindings: -For all possible keybinding options, check [Custom_Keybinding.md](https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Custom_Keybinding.md) <++> +For all possible keybinding options, check [Custom_Keybinding.md](https://github.com/jesseduffield/lazygit/blob/master/docs/keybindings/Custom_Keybinding.md) #### Example Keybindings For Colemak Users: @@ -220,5 +220,8 @@ For all possible keybinding options, check [Custom_Keybinding.md](https://github commits: moveDownCommit: '' moveUpCommit: '' + toggleDiffCommit: 'l' + branches: + viewGitFlowOptions: 'I' ```