32 lines
750 B
TOML
32 lines
750 B
TOML
theme = "donokai"
|
|
|
|
[editor]
|
|
auto-pairs = false
|
|
scrolloff = 8
|
|
rulers = [80, 120]
|
|
|
|
# [editor.cursor-shape]
|
|
# normal = "block"
|
|
# insert = "bar"
|
|
# select = "underline"
|
|
|
|
[editor.file-picker]
|
|
hidden = false
|
|
|
|
[keys.insert]
|
|
j = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
|
J = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
|
k = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
|
K = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" }
|
|
|
|
[keys.normal]
|
|
g = { G = "goto_last_line" }
|
|
D = "kill_to_line_end"
|
|
C = ["kill_to_line_end", "insert_mode"]
|
|
"^" = "goto_line_start"
|
|
|
|
[keys.select]
|
|
g = { G = "goto_last_line" }
|
|
|
|
# [editor]
|
|
# mouse = false |