Skip to content

Instantly share code, notes, and snippets.

@MarkTanashchuk
Created April 17, 2023 01:13
Show Gist options
  • Save MarkTanashchuk/b0f4df841d2bc401f46096beee6a0e76 to your computer and use it in GitHub Desktop.
Save MarkTanashchuk/b0f4df841d2bc401f46096beee6a0e76 to your computer and use it in GitHub Desktop.
Helix Colemak config
theme = "catppuccin_mocha"
[editor]
cursorline = true
color-modes = true
[editor.lsp]
display-inlay-hints = true
[editor.soft-wrap]
enable = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
n="move_char_left"
N="move_char_left"
e="move_line_down"
E="move_line_down"
i="move_line_up"
I="move_line_up"
o="move_char_right"
O="move_char_right"
j="search_next"
J="search_prev"
k="move_next_word_end"
K="move_next_long_word_end"
l="insert_mode"
L="insert_at_line_start"
y="open_below"
Y="open_above"
h="yank"
[keys.normal.g]
n="goto_line_start"
o="goto_line_end"
[keys.normal.space.w]
n="jump_view_left"
e="jump_view_down"
i="jump_view_up"
o="jump_view_right"
[keys.normal.C-w]
n="jump_view_left"
e="jump_view_down"
E="join_selections"
"A-E"="join_selections_space"
i="jump_view_up"
I="keep_selections"
"A-I"="remove_selections"
o="jump_view_right"
[keys.insert]
"A-x" = "normal_mode"
[keys.select]
n="move_char_left"
N="move_char_left"
e="move_line_down"
E="move_line_down"
i="move_line_up"
I="move_line_up"
o="move_char_right"
O="move_char_right"
j="search_next"
J="search_prev"
k="move_next_word_end"
K="move_next_long_word_end"
l="insert_mode"
L="insert_at_line_start"
y="open_below"
Y="open_above"
h="yank"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment