diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8fb8b6e6..d770107e 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -126,6 +126,7 @@ A-i = "select_next_sibling" "A-}" = "rotate_selection_contents_forward" C-f = "jump_forward" +C-p = "jump_backward" # a = "append_mode_same_line" tab = "trim_selections" C-k = "signature_help"