1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-13 20:04:25 +02:00

add commit files keybind to Keybindings_en.md

This commit is contained in:
skanehira
2019-03-16 10:53:24 +09:00
committed by Jesse Duffield
parent d5f617ec92
commit f6ca450d36

View File

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