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" }