From dc9662ea2bce4ee23f61e579bfba53a11eca1f17 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 18 Mar 2025 17:10:16 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-18 17:10:15 --- .config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 3aea4b3c..c1620da1 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -112,9 +112,9 @@ N = "join_selections" A-N = "join_selections_space" C-q = ":qa" C-S-q = ":qa!" -C-m = "jump_view_left" M = ":bp" I = ":bn" +C-m = "jump_view_left" C-n = "jump_view_down" C-e = "jump_view_up" C-i = "jump_view_right"