From d11d840d3e3df66ce3f778d185306a48ab5fdd83 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 5 Aug 2025 18:55:04 -0400 Subject: neovim: ton of stuff (sorry) --- features/user/cli/shells/nushell/prompt.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/user/cli/shells/nushell/prompt.nu b/features/user/cli/shells/nushell/prompt.nu index a79e766..cfdd478 100644 --- a/features/user/cli/shells/nushell/prompt.nu +++ b/features/user/cli/shells/nushell/prompt.nu @@ -42,7 +42,7 @@ $env.PROMPT_INDICATOR_VI_INSERT = $env.PROMPT_INDICATOR $env.config.cursor_shape.vi_insert = "line" $env.config.cursor_shape.vi_normal = "block" -$env.config.cursor_shape.vi_normal = "line" +$env.config.cursor_shape.emacs = "line" # customize menus to match $env.config.menus = [ -- cgit v1.2.3