dotfiles/.config/helix/config.toml

48 lines
913 B
TOML

theme = "onedark"
[editor]
line-number = "relative"
default-yank-register = '+'
cursorline = true
bufferline = "multiple"
color-modes = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
m = "move_char_left"
M = "goto_line_start"
n = "move_visual_line_down"
e = "move_visual_line_up"
i = "move_char_right"
I = "goto_line_end"
h = "insert_mode"
H = "insert_at_line_start"
j = "move_next_word_end"
J = "move_next_long_word_end"
k = "search_next"
K = "search_prev"
[keys.select]
m = "move_char_left"
M = "goto_line_start"
n = "move_visual_line_down"
e = "move_visual_line_up"
i = "move_char_right"
I = "goto_line_end"
[keys.normal.l]
m = "match_brackets"
l = "match_brackets"
s = "surround_add"
r = "surround_replace"
d = "surround_delete"
a = "select_textobject_around"
i = "select_textobject_inner"
[keys.normal."C-w"]
# m = "jump_list_view"
# m = "jump_list_view"