From 399380e64f399662a72cc588e89a086d014fb632 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 1 Mar 2025 11:45:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-01 11:45:04 --- .config/helix/config.toml | 1 + 1 file changed, 1 insertion(+) 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"