Fix nu cursor shape

main
trivernis 1 year ago
parent d18d6b9791
commit d85c682b9b
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -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

Loading…
Cancel
Save