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.toml34
1 files changed, 0 insertions, 34 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
deleted file mode 100644
index 879b51f..0000000
--- a/config/helix/config.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-theme = "doy"
-
-[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"