Mercurial > dotfiles
view dot_config/helix/config.toml.tmpl @ 833:c7a17b231dd9
feat: make x select backwards when moving the selection anchor
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 12 Jan 2024 07:17:34 +0100 |
parents | cb9216ce3678 |
children | c772355fedfb |
line wrap: on
line source
{{ if .dark -}} theme = "catppuccin_mocha" {{ else -}} theme = "tutticolori" {{ end }} [editor] line-number = "relative" cursorline = true [editor.cursor-shape] insert = "bar" normal = "block" select = "underline" [editor.indent-guides] render = true skip-levels = 1 [editor.statusline] right = ["diagnostics", "version-control", "selections", "register", "position", "position-percentage"] [keys.insert] C-f = "move_char_right" [keys.normal] x = "extend_line" [keys.normal."space"] o = "file_picker_in_current_buffer_directory" [keys.normal.g] l = ["collapse_selection", "extend_to_line_end"] h = ["collapse_selection", "extend_to_line_start"] s = ["collapse_selection", "select_mode", "goto_first_nonwhitespace", "exit_select_mode"]