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"