From ee433ab909d2c1ff30ae2ba86350780b024e83b7 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 30 Jan 2020 10:33:59 -0800 Subject: [PATCH] Update example config for Colemak Keyboard Layout users I realized that the current example config in `Config.md` for a Colemak keyboard layout user will cause key conflicts in certain panels. This change addresses that issue. --- docs/Config.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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' ```