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