helix: Select mode cursor now underlines

This commit is contained in:
GaspardCulis 2024-01-27 14:27:10 +01:00
parent 6822960dfe
commit 9709400610

View file

@ -19,7 +19,7 @@ enable = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "block"
select = "underline"
[keys.normal]
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}