{% if light %} theme = "gruvbox_light" {% else %} theme = "gruvbox" {% end %} [editor] auto-format = true #line-number = "relative" [editor.cursor-shape] insert = "bar" normal = "block" select = "underline" [keys.select] X = "extend_line_above" # Extend the selection with the line above the selection [keys.normal] X = "extend_line_above" # Extend the selection with the line above the selection C-n = "extend_search_next" # Add next search result to selection