helix: add extend_line_above keybind

This commit is contained in:
2025-11-04 11:25:05 +01:00
parent cf7a36c3ba
commit 53b3e791df

View File

@ -13,5 +13,9 @@ insert = "bar"
normal = "block" normal = "block"
select = "underline" select = "underline"
[keys.select]
X = "extend_line_above" # Extend the selection with the line above the selection
[keys.normal] [keys.normal]
X = "extend_line_above" # Extend the selection with the line above the selection
C-n = "extend_search_next" # Add next search result to selection C-n = "extend_search_next" # Add next search result to selection