From 2f90100a0492e288b35f986d87daefdcf2996291 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 10 Feb 2025 15:50:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-10 15:50:06 --- .config/helix/config.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8898284d..a8884555 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -57,8 +57,7 @@ I = ":bn" C-n = "jump_view_down" C-e = "jump_view_up" C-i = "jump_view_right" -"S-left" = ":bp" -"S-right" = ":bn" +# X = "extend_line_above" [keys.select] ret = "extend_to_word" @@ -96,8 +95,6 @@ I = "swap_view_right" d = "wclose" V = ":vsplit-new" S = ":hsplit-new" - - h = "no_op" j = "no_op" k = "no_op"