Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ Lazygit is not my fulltime job but it is a hefty part time job so if you want to

### Stage individual lines

Press space on the selected line to stage it, or press `v` to start selecting a range of lines. You can also press `a` to select the entirety of the current hunk.
Press space on the selected line chunk to stage it. Or press `v` to start selecting a range of lines. You can also press `a` to switch between selecting
a chunk of lines and single line.

![stage_lines](../assets/demo/stage_lines-compressed.gif)

Expand Down