From aa160879032b9a21ce8407cf73aefef334bcf630 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 7 Jun 2022 09:33:15 -0500 Subject: [PATCH] I don't think Helix is gonna happen until I can really script it out --- common/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/helix/config.toml b/common/helix/config.toml index ed2992a..da20ff6 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -21,6 +21,9 @@ K = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode" [keys.normal] g = { G = "goto_last_line" } +D = "kill_to_line_end" +C = ["kill_to_line_end", "insert_mode"] +"^" = "goto_line_start" [keys.select] g = { G = "goto_last_line" }