Update helix config
This commit is contained in:
@@ -1,7 +1,19 @@
|
|||||||
theme = "catppuccin_macchiato"
|
theme = "catppuccin_macchiato"
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
|
cursorline = true
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
|
|
||||||
|
[keys.normal.space]
|
||||||
|
"space" = "file_picker"
|
||||||
|
|
||||||
|
[keys.normal.space.b]
|
||||||
|
d = ":buffer-close"
|
||||||
|
b = "buffer_picker"
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
L = "goto_next_buffer"
|
||||||
|
H = "goto_previous_buffer"
|
||||||
|
|||||||
Reference in New Issue
Block a user