We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
.config/helix/config.toml/
############
# Editor #
############
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "block"
##############
# Keybinds #
##############
[keys.normal]
"pageup" = "goto_prev_paragraph"
"pagedown" = "goto_next_paragraph"
"C-c" = ["keep_primary_selection", "collapse_selection"]
[keys.insert]
"pageup" = "goto_prev_paragraph"
"pagedown" = "goto_next_paragraph"
"C-c" = "normal_mode"
[keys.select]
"C-c" = ["normal_mode", "keep_primary_selection", "collapse_selection"]
[keys.normal." "]
"f" = "no_op"
[keys.normal."g"]
"w" = "no_op"
[keys.normal.","]
"f" = "file_picker"
"e" = "goto_next_diag"
"E" = "goto_prev_diag"
"w" = "goto_word"
"r" = "goto_previous_buffer"
| original: | #7W69e ".config/helix/config.toml" |
|---|---|
| published: | 2025-04-23T15:21:52Z |