From 51791b74a5c110bc2544bb102a85d6ac5d280679 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sun, 23 Jan 2022 19:29:58 +0000 Subject: [PATCH] Add options to helix config --- user/progs/helix/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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