Skip to content

Instantly share code, notes, and snippets.

@JoshStrobl
Created October 30, 2023 13:11
Show Gist options
  • Save JoshStrobl/5bafde4d649d490fb0f39e8c9942d490 to your computer and use it in GitHub Desktop.
Save JoshStrobl/5bafde4d649d490fb0f39e8c9942d490 to your computer and use it in GitHub Desktop.
helix config
[keys.normal]
C-q = ":q"
s = "insert_mode"
A = "insert_at_line_start"
S = "insert_at_line_end"
u = "move_visual_line_up"
e = "move_visual_line_down"
n = "move_char_left"
i = "move_char_right"
C-z = "undo"
C-n = "move_prev_word_start"
C-i = "move_next_word_end"
[keys.normal.z]
u = "scroll_up"
e = "scroll_down"
C-n = "half_page_down"
[keys.normal.g]
l = "goto_line_start"
y = "goto_line_end"
C-l = "goto_definition"
C-y = "goto_type_definition"
[keys.normal."C-w"]
u = "jump_view_up"
e = "jump_view_down"
n = "jump_view_left"
i = "jump_view_right"
[keys.insert]
C-h = "no_op"
C-d = "no_op"
C-j = "completion"
C-x = "no_op"
C-del = "delete_word_forward"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment