From 8278d323eee9552ae397d2343cd9759895ec6d96 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 7 Apr 2025 15:45:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-07 15:45:08 --- .config/helix/config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index de595ce5..efc2421e 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -122,9 +122,13 @@ N = "join_selections" A-N = "join_selections_space" C-q = ":qa" C-S-q = ":qa!" -C-m = ":bp" +# C-m = ":bp" M = ":bp" -C-i = ":bn" +# C-i = ":bn" +C-m = "jump_view_left" +C-n = "jump_view_down" +C-i = "jump_view_right" +C-e = "jump_view_up" I = ":bn" X = "extend_line_above" x = "extend_line"