From 0d27ad306b6de68ea72bb57e645306c7dba6f15b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 14:35:08 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 14:35:08 --- .config/helix/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index cdda7ecd..8155bc1d 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -33,6 +33,10 @@ k = "search_next" K = "search_prev" C-q = ":qa" C-Q = ":qa!" +C-m = "jump_view_left" +C-n = "jump_view_down" +C-e = "jump_view_up" +C-i = "jump_view_right" "S-left" = ":bp" "S-right" = ":bn"