From e184447da2f9677db28078563bc43a4e4072e116 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 14:40:09 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 14:40:09 --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8155bc1d..8b9e2778 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -34,9 +34,11 @@ K = "search_prev" C-q = ":qa" C-Q = ":qa!" C-m = "jump_view_left" +C-M = ":bp" C-n = "jump_view_down" C-e = "jump_view_up" C-i = "jump_view_right" +C-I = ":bn" "S-left" = ":bp" "S-right" = ":bn"