Skip to content

Commit

Permalink
Update .config/nushell/config.nu
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Dec 12, 2023
1 parent fed7577 commit 11dab7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dot_config/nushell/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ $env.config = (
| upsert edit_mode vi
| upsert history.file_format "sqlite"
| upsert history.isolation true
| upsert cursor_shape {
emacs: line # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (line is the default)
vi_insert: blink_block # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (block is the default)
vi_normal: blink_underscore # block, underscore, line, blink_block, blink_underscore, blink_line, inherit to skip setting cursor shape (underscore is the default)
}
)


Expand Down

0 comments on commit 11dab7c

Please sign in to comment.