From da8da40689a26f90597e047aad9ff3517193a3c6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 22:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 22:45:03 --- .config/helix/config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 58785d58..46759043 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -54,10 +54,10 @@ C-q = ":qa" C-Q = ":qa!" C-m = "jump_view_left" C-M = ":bp" +C-I = ":bn" C-n = "jump_view_down" C-e = "jump_view_up" C-i = "jump_view_right" -C-I = ":bn" "S-left" = ":bp" "S-right" = ":bn" @@ -94,6 +94,10 @@ N = "swap_view_down" E = "swap_view_up" I = "swap_view_right" d = "wclose" +V = ":vsplit-new" +S = ":hsplit-new" + + h = "no_op" j = "no_op" k = "no_op"