diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-05 18:55:04 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-05 18:55:04 -0400 |
| commit | d11d840d3e3df66ce3f778d185306a48ab5fdd83 (patch) | |
| tree | 66fbdbcf516d0cafabfa7159e52220068aa73542 /features/user | |
| parent | 799aa93ad965ff3d3fbd1bf95cdc0fc6eccb2b90 (diff) | |
neovim: ton of stuff (sorry)
Diffstat (limited to 'features/user')
| -rw-r--r-- | features/user/cli/shells/nushell/prompt.nu | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |
