mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +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
|
||||
moveUpCommit: '<c-k>' # move commit up one
|
||||
amendToCommit: 'A'
|
||||
amendAttributeMenu: 'a'
|
||||
pickCommit: 'p' # pick commit (when mid-rebase)
|
||||
revertCommit: 't'
|
||||
cherryPickCopy: 'C'
|
||||
@ -276,6 +277,8 @@ keybinding:
|
||||
init: 'i'
|
||||
update: 'u'
|
||||
bulkMenu: 'b'
|
||||
commitMessage:
|
||||
switchToEditor: '<c-o>'
|
||||
```
|
||||
|
||||
## Platform Defaults
|
||||
|
Reference in New Issue
Block a user