summaryrefslogtreecommitdiffstats
path: root/helix/.config/helix/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'helix/.config/helix/config.toml')
-rw-r--r--helix/.config/helix/config.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/helix/.config/helix/config.toml b/helix/.config/helix/config.toml
new file mode 100644
index 0000000..d0985ca
--- /dev/null
+++ b/helix/.config/helix/config.toml
@@ -0,0 +1,34 @@
+theme = "vim_dark_high_contrast"
+
+[editor]
+gutters = ["diagnostics", "diff"]
+auto-info = false
+color-modes = true
+true-color = true
+
+[editor.soft-wrap]
+enable = true
+
+[editor.indent-guides]
+render = true
+character = "βΈ½"
+
+[editor.lsp]
+display-messages = true
+
+[keys.normal]
+tab = ":w"
+"|" = ":q"
+"\\" = "shell_pipe"
+
+"C-d" = ":buffer-close"
+
+"ret" = "goto_definition"
+"backspace" = "jump_backward"
+
+[keys.normal.g]
+j = "goto_last_line"
+k = "goto_file_start"
+
+[keys.normal.space]
+o = ":diffg"