summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml33
1 files changed, 33 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..22a8dbd
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,33 @@
+theme = "base16_terminal"
+
+[editor]
+line-number = "relative"
+cursorline = true
+true-color = true
+auto-save = false
+completion-trigger-len = 1
+scrolloff = 4
+bufferline = "multiple"
+rulers = [80]
+
+[editor.statusline]
+left = ["mode", "file-name", "file-modification-indicator"]
+right = ["version-control", "file-type", "position"]
+
+[editor.whitespace.render]
+tab = "all"
+space = "none"
+newline = "none"
+
+[editor.indent-guides]
+render = true
+character = "╎"
+
+[keys.normal]
+"C-s" = ":w"
+"C-q" = ":q"
+"C-x" = ":wq"
+"C-e" = ":config-open"
+"Z" = ":sh zfs list"
+"G" = ":sh git status"
+