helix: change cursor shape owhen insert mode to 'bar'

This commit is contained in:
GaspardCulis 2024-01-27 13:51:37 +01:00
parent 01b45e7878
commit 88592b7678

View file

@ -3,6 +3,11 @@ theme="sonokai"
[editor.soft-wrap]
enable = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "block"
[keys.normal]
backspace = {r = ":sh cargo run", p = ":sh python src/main.py"}
a = ["ensure_selections_forward", "collapse_selection", "move_char_right", "insert_mode"]