theme = "jellybeans" [editor] line-number = "relative" color-modes = true true-color = true scrolloff = 10 idle-timeout = 1000 mouse = false middle-click-paste = true rulers = [80, 120] [editor.cursor-shape] insert = "bar" [editor.lsp] display-messages = true display-inlay-hints = false auto-signature-help = false [keys.normal] "esc" = [ "collapse_selection", "keep_primary_selection" ] "A-," = [ "goto_previous_buffer" ] "A-." = [ "goto_next_buffer" ] "{" = [ "goto_prev_paragraph" ] "}" = [ "goto_next_paragraph" ] "D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] [keys.select] "{" = [ "goto_prev_paragraph" ] "}" = [ "goto_next_paragraph" ]