mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Update readme as per new default selection mode
This commit is contained in:
parent
c0dcf7d0ad
commit
54ec878286
|
|
@ -118,9 +118,9 @@ Lazygit is not my fulltime job but it is a hefty part time job so if you want to
|
|||
|
||||
## Features
|
||||
|
||||
### Stage individual lines
|
||||
### Stage hunks
|
||||
|
||||
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 current hunk to stage it. Alternatively, you can press `a` to begin staging individual lines, or press `v` to select a range of lines for staging.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue