From 423aa943d192e4bffb67bf317197d2ff70abc084 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 24 Feb 2025 21:35:12 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-24 21:35:12 --- .config/helix/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 4e07e9a2..d4da51a9 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -61,7 +61,7 @@ wrap-indicator = "" C-k = "signature_help" [keys.normal] -backspace = "trim_selections" +tab = "trim_selections" C-k = "signature_help" C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"] "\\" = ":format" @@ -213,6 +213,6 @@ n = "move_line_down" e = "move_line_up" l = "goto_last_line" -[keys.normal."_"] +[keys.normal.backspace] d = "delete_selection_noyank" c = "change_selection_noyank"