mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-06 03:53:59 +02:00
Update example keybinding config for Colemak users
This commit is contained in:
parent
e73f4c6b7e
commit
e82d2f37a1
@ -95,7 +95,7 @@ Default path for the config file:
|
|||||||
prevScreenMode: '_'
|
prevScreenMode: '_'
|
||||||
undo: 'z'
|
undo: 'z'
|
||||||
redo: '<c-z>'
|
redo: '<c-z>'
|
||||||
filteringMenu: <c-s>
|
filteringMenu: '<c-s>'
|
||||||
diffingMenu: '<c-e>'
|
diffingMenu: '<c-e>'
|
||||||
copyToClipboard: '<c-o>'
|
copyToClipboard: '<c-o>'
|
||||||
status:
|
status:
|
||||||
@ -260,14 +260,18 @@ For all possible keybinding options, check [Custom_Keybindings.md](https://githu
|
|||||||
scrollDownMain-alt1: 'E'
|
scrollDownMain-alt1: 'E'
|
||||||
scrollUpMain-alt2: '<c-u>'
|
scrollUpMain-alt2: '<c-u>'
|
||||||
scrollDownMain-alt2: '<c-e>'
|
scrollDownMain-alt2: '<c-e>'
|
||||||
|
undo: 'l'
|
||||||
|
redo: '<c-r>'
|
||||||
|
diffingMenu: 'M'
|
||||||
|
filteringMenu: '<c-f>'
|
||||||
files:
|
files:
|
||||||
ignoreFile: 'I'
|
ignoreFile: 'I'
|
||||||
commits:
|
commits:
|
||||||
moveDownCommit: '<c-e>'
|
moveDownCommit: '<c-e>'
|
||||||
moveUpCommit: '<c-u>'
|
moveUpCommit: '<c-u>'
|
||||||
toggleDiffCommit: 'l'
|
|
||||||
branches:
|
branches:
|
||||||
viewGitFlowOptions: 'I'
|
viewGitFlowOptions: 'I'
|
||||||
|
setUpstream: 'U'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom pull request URLs
|
## Custom pull request URLs
|
||||||
|
Loading…
Reference in New Issue
Block a user