From 6f3b2854168aafd4ecdd9356ec8d0a316cd3676d Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:39:08 +0530 Subject: [PATCH] helix --- hosts/default/home/helix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/home/helix.nix b/hosts/default/home/helix.nix index d45a653..bc60efe 100644 --- a/hosts/default/home/helix.nix +++ b/hosts/default/home/helix.nix @@ -3,6 +3,7 @@ enable = true; settings = { editor.idle-timeout = 0; + editor.cursor-shape.insert = "bar"; keys.normal."X" = [ "extend_line_up" "extend_to_line_bounds"