view dot_config/helix/config.toml @ 820:423e6e3b247a

feat: make line start/end movements select
author zegervdv <zegervdv@me.com>
date Fri, 15 Dec 2023 07:58:51 +0100
parents 6499aba0eaf3
children
line wrap: on
line source

theme = "tutticolori"

[editor]
line-number = "relative"
cursorline = true

[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"

[editor.indent-guides]
render = true
skip-levels = 1

[keys.insert]
C-f = "move_char_right"

[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"]