1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Nushell: Make cursor a line

This commit is contained in:
RGBCube 2023-05-03 15:20:32 +03:00
parent 95d93db865
commit 1fbf3d1986

View file

@ -189,7 +189,7 @@ let-env config = {
}
cursor_shape: {
vi_insert: block
vi_insert: line
vi_normal: underscore
}