From 58a49ac91d84976c47380d855310fe4438ebdcd6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Feb 2025 20:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-05 20:45:03 --- .config/helix/config.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index cc076622..e9e41584 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -50,3 +50,21 @@ i = "select_textobject_inner" [keys.normal."C-w"] m = "jump_view_left" C-m = "jump_view_left" +n = "jump_view_down" +C-n = "jump_view_down" +i = "jump_view_right" +C-i = "jump_view_right" +e= "jump_view_up" +C-e = "jump_view_up" +M = "swap_view_left" +N = "swap_view_down" +E = "swap_view_up" +I = "swap_view_right" +h = "no_op" +j = "no_op" +k = "no_op" +l = "no_op" +H = "no_op" +J = "no_op" +K = "no_op" +L = "no_op"