From 157ffd29843b2f275ff4bf51d7540d5c14f17686 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Fri, 28 Jan 2022 21:58:19 +0000 Subject: [PATCH] Alter Helix config --- user/progs/helix/config.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/user/progs/helix/config.toml b/user/progs/helix/config.toml index 9910f2b..d31e8e6 100644 --- a/user/progs/helix/config.toml +++ b/user/progs/helix/config.toml @@ -1,6 +1,4 @@ theme = "dracula" -[keys.normal] -G = "goto_last_line" -x = "delete_selection" -d = "extend_line" \ No newline at end of file +[editor] +mouse = false