1
0
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:
Abhishek Keshri
2023-12-17 20:16:14 +01:00
committed by Stefan Haller
parent 272e41929c
commit c3c5753a35

View File

@ -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