mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Add forgotten keybindings to Config.md
This commit is contained in:
parent
272e41929c
commit
c3c5753a35
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue