From 38555114b1d7628e87d5f359ddcbb6aacb7ba335 Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Mon, 16 Feb 2026 01:46:19 +0100 Subject: [PATCH] Replace system Editor with helix --- config.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.nu b/config.nu index bd068f1..e6d1845 100644 --- a/config.nu +++ b/config.nu @@ -18,8 +18,8 @@ # them for future reference. $env.config.show_banner = false -$env.EDITOR = 'nvim' -$env.VISUAL = 'nvim' +$env.EDITOR = 'hx' +$env.VISUAL = 'hx' if ((sys host).name !~ '.*Windows.*') { $env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock' }