summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Chen <weichen2000121@gmail.com>2020-01-30 10:33:59 -0800
committerJesse Duffield <jessedduffield@gmail.com>2020-01-31 19:22:30 +1100
commitee433ab909d2c1ff30ae2ba86350780b024e83b7 (patch)
tree682538cc7d2104c0d8108056cc532b1e5ad594a1
parentbf69923b6df52d6d8739718b2011097e6114733f (diff)
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.
-rw-r--r--docs/Config.md5
1 files changed, 4 insertions, 1 deletions
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: '<c-e>'
moveUpCommit: '<c-u>'
+ toggleDiffCommit: 'l'
+ branches:
+ viewGitFlowOptions: 'I'
```