From 38103c3bc7bd6ff1d88d7698323403bb8bda85f1 Mon Sep 17 00:00:00 2001 From: Pavle Prica Date: Fri, 15 Aug 2025 19:53:25 +0200 Subject: [PATCH] Update README.md for single line selection After the latest release, the default behaviour is selecting hunk of lines, not a single line. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3458f4dfb02..e93d6d8b04b 100644 --- a/README.md +++ b/README.md @@ -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)