From f1d74fdb51da60a451df20c33d62f9a1300942c1 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 24 Mar 2024 07:39:10 +0530 Subject: [PATCH] feat: helix bindings to shrink per line selection --- hosts/default/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 398e5d3..0a7c0a6 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -53,6 +53,8 @@ editor.cursor-shape.insert = "bar"; editor.line-number = "relative"; editor.idle-timeout = 0; + keys.normal."X" = ["extend_line_up" "extend_to_line_bounds"]; + keys.select."X" = ["extend_line_up" "extend_to_line_bounds"]; }; };