20 lines
292 B
TOML
20 lines
292 B
TOML
theme = "catppuccin_custom"
|
|
|
|
[editor]
|
|
cursorline = true
|
|
line-number = "relative"
|
|
|
|
[editor.cursor-shape]
|
|
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"
|