mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-29 00:51:35 +02:00
Add forgotten keybindings to Config.md
This commit is contained in:
committed by
Stefan Haller
parent
272e41929c
commit
c3c5753a35
@ -254,6 +254,7 @@ keybinding:
|
|||||||
moveDownCommit: '<c-j>' # move commit down one
|
moveDownCommit: '<c-j>' # move commit down one
|
||||||
moveUpCommit: '<c-k>' # move commit up one
|
moveUpCommit: '<c-k>' # move commit up one
|
||||||
amendToCommit: 'A'
|
amendToCommit: 'A'
|
||||||
|
amendAttributeMenu: 'a'
|
||||||
pickCommit: 'p' # pick commit (when mid-rebase)
|
pickCommit: 'p' # pick commit (when mid-rebase)
|
||||||
revertCommit: 't'
|
revertCommit: 't'
|
||||||
cherryPickCopy: 'C'
|
cherryPickCopy: 'C'
|
||||||
@ -276,6 +277,8 @@ keybinding:
|
|||||||
init: 'i'
|
init: 'i'
|
||||||
update: 'u'
|
update: 'u'
|
||||||
bulkMenu: 'b'
|
bulkMenu: 'b'
|
||||||
|
commitMessage:
|
||||||
|
switchToEditor: '<c-o>'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Platform Defaults
|
## Platform Defaults
|
||||||
|
Reference in New Issue
Block a user