commit 94bb333abb76c158dd67f64d75fcecc810196078 parent 25e72391bc5dc023c6f039998aecf2188ae82583 Author: Toni Brown <tb148@proton.me> Date: Thu, 28 Aug 2025 14:17:49 +0800 change buffer editor to helix Diffstat:
| M | config.nu | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.nu b/config.nu @@ -1,4 +1,4 @@ -$env.config.buffer_editor = "zeditor" +$env.config.buffer_editor = "hx" $env.config.show_banner = false $env.CARAPACE_BRIDGES = 'zsh,fish,bash,inshellisense' $env.EDITOR = "hx"