summaryrefslogtreecommitdiffstats
path: root/config/helix/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/helix/config.toml')
-rw-r--r--config/helix/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index a9f43dd..0811f37 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -3,6 +3,7 @@ theme = "doy"
[editor]
gutters = ["diagnostics"]
auto-info = false
+color-modes = true
[keys.normal]
tab = ":w"
@@ -15,7 +16,6 @@ tab = ":w"
"$" = "goto_line_end"
")" = "goto_line_start"
"_" = "goto_first_nonwhitespace"
-"G" = "goto_last_line"
"ret" = "goto_definition"
"backspace" = "jump_backward"
@@ -39,6 +39,9 @@ tab = ":w"
"!" = "shell_insert_output"
"$" = "shell_keep_pipe"
+[keys.normal.g]
+"G" = "goto_last_line"
+
[keys.select]
"$" = "goto_line_end"
")" = "goto_line_start"