Add options to helix config

This commit is contained in:
2022-01-23 19:29:58 +00:00
parent 9ca1e718c2
commit 51791b74a5

View File

@@ -1,5 +1,6 @@
theme = "dracula" theme = "dracula"
[keys.normal] [keys.normal]
G = "goto_last_line" G = "goto_last_line"
x = "delete_selection"
d = "extend_line"