From cbd9d5c906cf3bd3873989661b67301523f9c1af Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 12 Jul 2025 14:53:31 +0300 Subject: [PATCH] nushell: unset buffer_editor to use $env.EDITOR --- modules/common/nushell/config.nu | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/common/nushell/config.nu b/modules/common/nushell/config.nu index fe419e5..13f2e6c 100644 --- a/modules/common/nushell/config.nu +++ b/modules/common/nushell/config.nu @@ -43,7 +43,6 @@ $env.config.rm.always_trash = false $env.config.recursion_limit = 100 $env.config.edit_mode = "vi" -$env.config.buffer_editor = "editor" $env.config.cursor_shape.emacs = "line" $env.config.cursor_shape.vi_insert = "line"