aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/helix/config.toml
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-08-31 14:21:57 +0000
committeraethrvmn <me@aethrvmn.gr>2025-08-31 14:21:57 +0000
commitb41ff0b88227bf5d723401fbdaaa91c5d3fecfbb (patch)
tree8e37df71a12499a2b474aa6ffb986a4b40e30ef7 /dotfiles/helix/config.toml
parentimported system/home-manager config (diff)
added dots and wallpaper
Diffstat (limited to '')
-rw-r--r--dotfiles/helix/config.toml34
1 files changed, 34 insertions, 0 deletions
diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml
new file mode 100644
index 0000000..86ed106
--- /dev/null
+++ b/dotfiles/helix/config.toml
@@ -0,0 +1,34 @@
+theme = "monokai-transparent"
+
+[editor]
+bufferline = "always"
+line-number = "relative"
+
+[editor.file-picker]
+hidden = true
+
+[editor.indent-guides]
+render = true
+
+[editor.statusline]
+center = ["file-name", "read-only-indicator", "file-modification-indicator", "total-line-numbers"]
+left = ["mode", "spinner", "separator"]
+right = ["separator", "diagnostics", "selections", "register", "position", "file-encoding"]
+
+[keys]
+[keys.insert]
+home = "no_op"
+end = "no_op"
+up = "no_op"
+down = "no_op"
+left = "no_op"
+right = "no_op"
+
+[keys.normal]
+ret = "goto_word"
+home = "no_op"
+end = "no_op"
+up = "no_op"
+down = "no_op"
+left = "no_op"
+right = "no_op"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.