helix: Select mode cursor now underlines
This commit is contained in:
parent
6822960dfe
commit
9709400610
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ enable = true
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
normal = "block"
|
normal = "block"
|
||||||
select = "block"
|
select = "underline"
|
||||||
|
|
||||||
[keys.normal]
|
[keys.normal]
|
||||||
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
|
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
|
||||||
|
|
Loading…
Reference in a new issue