1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

add 'a' keybinding to toggle staged/unstaged for all files

This commit is contained in:
Jesse Duffield
2018-08-25 08:51:47 +10:00
parent 6c389df57d
commit 60422912c8
7 changed files with 52 additions and 2 deletions

View File

@ -22,6 +22,7 @@
<pre>
<kbd>space</kbd>: toggle staged
<kbd>a</kbd>: stage/unstage all
<kbd>c</kbd>: commit changes
<kbd>shift</kbd>+<kbd>C</kbd>: commit using git editor
<kbd>shift</kbd>+<kbd>S</kbd>: stash files
@ -33,6 +34,7 @@
<kbd>i</kbd>: add to .gitignore
<kbd>d</kbd>: delete if untracked checkout if tracked (aka go away)
<kbd>shift</kbd>+<kbd>R</kbd>: refresh files
<kbd>shift</kbd>+<kbd>A</kbd>: abort merge
</pre>
## Branches Panel: