diff --git a/.config/helix/config.toml b/.config/helix/config.toml index badf6829..94c85e8c 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -76,6 +76,7 @@ A-i = "select_next_sibling" "A-{" = "rotate_selection_contents_backward" "A-}" = "rotate_selection_contents_forward" +C-f = "jump_forward" a = "append_mode_same_line" tab = "trim_selections" C-k = "signature_help"