Skip to content

Commit

Permalink
Match cursor shape to nushell
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Sep 11, 2023
1 parent 6152eed commit e5bc883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot_config/helix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ center = ["spinner", "diagnostics"]
right = ["file-type", "file-encoding", "position-percentage", "position", "total-line-numbers"]

[editor.cursor-shape]
insert = "bar"
normal = "block"
insert = "block"
normal = "underline"
select = "underline"

[editor.soft-wrap]
Expand Down

0 comments on commit e5bc883

Please sign in to comment.