From 34b852d969f8b88d5839a7de27efb8a24a65da80 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 10 Apr 2025 19:00:04 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-10 19:00:04 --- .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 b086d391..ce731047 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -198,8 +198,8 @@ g = ':toggle gutters.layout ["diagnostics", "spacer", "line-numbers", "spacer", m = "extend_to_line_start" i = "extend_to_line_end" I = "extend_to_line_end_newline" -l = "goto_file_end" -L = "goto_last_line" +l = "extend_to_file_end" +L = "extend_to_last_line" [keys.select] tab = "trim_selections"