theme = "ayu_dark"
[editor]
line-number = "absolute"
auto-format = true
[editor.cursor-shape]
insert = "bar"
[keys.normal]
C-s = ":w"
X = "extend_line_up"
# Left-Handed mode
j = "move_line_up"
# line-up
k = "move_line_down"
S-right = "indent"
S-left = "unindent"
S-up = ["extend_to_line_bounds", "delete_selection", "move_line_up", "paste_before"]
S-down = ["extend_to_line_bounds", "delete_selection", "paste_after"]
[keys.normal."space"]
f = ":format"
c = "toggle_comments"
[editor.statusline]
left = ["mode", "spinner"]
center = ["file-name", "file-modification-indicator"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type", "position-percentage"]
separator = "│"
mode.normal = "NORMAL"
mode.insert = "INSERT"
mode.select = "SELECT"