helix: change cursor shape owhen insert mode to 'bar'
This commit is contained in:
parent
01b45e7878
commit
88592b7678
1 changed files with 5 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue