mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
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.
This commit is contained in:
parent
bf69923b6d
commit
ee433ab909
1 changed files with 4 additions and 1 deletions
|
@ -197,7 +197,7 @@ If you have issues with a light terminal theme where you can't read / see the te
|
||||||

|

|
||||||
|
|
||||||
## Keybindings:
|
## 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:
|
#### Example Keybindings For Colemak Users:
|
||||||
|
@ -220,5 +220,8 @@ For all possible keybinding options, check [Custom_Keybinding.md](https://github
|
||||||
commits:
|
commits:
|
||||||
moveDownCommit: '<c-e>'
|
moveDownCommit: '<c-e>'
|
||||||
moveUpCommit: '<c-u>'
|
moveUpCommit: '<c-u>'
|
||||||
|
toggleDiffCommit: 'l'
|
||||||
|
branches:
|
||||||
|
viewGitFlowOptions: 'I'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue