diff --git a/user/progs/helix/config.toml b/user/progs/helix/config.toml index eb30143..9910f2b 100644 --- a/user/progs/helix/config.toml +++ b/user/progs/helix/config.toml @@ -1,5 +1,6 @@ theme = "dracula" - [keys.normal] G = "goto_last_line" +x = "delete_selection" +d = "extend_line" \ No newline at end of file