From 2d55bd0326ef3a2ee1982beb327a84c7fc6371f3 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Sat, 13 Sep 2025 16:09:41 +0200 Subject: [PATCH] feat: use block cursor in flow mode select submode --- src/keybind/builtin/flow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 30ddc9c..ca9a7c4 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -225,6 +225,7 @@ "select": { "name": "SELECT", "inherit": "normal", + "cursor": "block", "press": [ ["left", "select_left"], ["right", "select_right"],