15 lines
229 B
TOML
15 lines
229 B
TOML
|
|
theme = "base16_default"
|
||
|
|
|
||
|
|
[editor.cursor-shape]
|
||
|
|
insert = "bar"
|
||
|
|
normal = "block"
|
||
|
|
select = "underline"
|
||
|
|
|
||
|
|
[keys.normal]
|
||
|
|
C-s = ":w"
|
||
|
|
"ret" = ["open_below", "normal_mode"]
|
||
|
|
# "C-S-C" = ":clipboard-yank"
|
||
|
|
|
||
|
|
[editor]
|
||
|
|
bufferline = "multiple"
|