mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 08:06:25 -04:00
add commit files keybind to Keybindings_en.md
This commit is contained in:
parent
d5f617ec92
commit
f6ca450d36
|
|
@ -71,6 +71,15 @@
|
|||
<kbd>c</kbd>: copy commit (cherry-pick)
|
||||
<kbd>C</kbd>: copy commit range (cherry-pick)
|
||||
<kbd>v</kbd>: paste commits (cherry-pick)
|
||||
<kbd>enter</kbd>: display commit files
|
||||
</pre>
|
||||
|
||||
## Commit files
|
||||
<pre>
|
||||
<kbd>esc</kbd>: go back
|
||||
<kbd>c</kbd>: checkout file
|
||||
<kbd>d</kbd>: discard this commit's changes to this file
|
||||
<kbd>o</kbd>: open file
|
||||
</pre>
|
||||
|
||||
## Stash
|
||||
|
|
|
|||
Loading…
Reference in a new issue