From d85c682b9b4c5cca89eba1286fdef118b89cfc11 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sun, 12 Mar 2023 10:47:06 +0100 Subject: [PATCH] Fix nu cursor shape --- private_dot_config/nushell/config.nu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/private_dot_config/nushell/config.nu b/private_dot_config/nushell/config.nu index 426c00f..980090a 100644 --- a/private_dot_config/nushell/config.nu +++ b/private_dot_config/nushell/config.nu @@ -239,6 +239,11 @@ let light_theme = { # The default config record. This is where much of your global configuration is setup. let-env config = { + cursor_shape: { + vi_insert: underscore + vi_normal: block + emacs: block + } use_grid_icons: true color_config: $dark_theme # if you want a light theme, replace `$dark_theme` to `$light_theme` footer_mode: "25" # always, never, number_of_rows, auto