summary refs log tree commit diff
path: root/dot_config/nano/alen.json
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nano/alen.json')
-rw-r--r--dot_config/nano/alen.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/dot_config/nano/alen.json b/dot_config/nano/alen.json
new file mode 100644
index 0000000..c647239
--- /dev/null
+++ b/dot_config/nano/alen.json
@@ -0,0 +1,42 @@
+{
+  "set": {
+    "afterends": true,
+    "atblanks": true,
+    "nonewlines": true,
+    "historylog": true,
+    "linenumbers": true,
+    "locking": true,
+    "multibuffer": true,
+    "positionlog": true,
+    "quickblank": true,
+    "regexp": true,
+    "smarthome": true,
+    "suspend": true,
+    "suspendable": true,
+    "tabsize 4": true,
+    "tabstospaces": true,
+    "whitespace": "»·",
+    "zap": true,
+    "indicator": true,
+    "guidestripe 80": true,
+    "stateflags": true,
+    "magic": true
+  },
+  "bind": {
+    "^Z": "suspend main"
+  },
+  "unbind": {},
+  "theme": {
+    "titlecolor": "bold,white,blue",
+    "statuscolor": "bold,white,green",
+    "errorcolor": "bold,white,red",
+    "selectedcolor": "bold,white,magenta",
+    "stripecolor": ",yellow",
+    "numbercolor": "cyan",
+    "keycolor": "cyan",
+    "functioncolor": "green",
+    "scrollercolor": "cyan",
+    "promptcolor": "lightwhite,grey",
+    "spotlightcolor": "black,yellow"
+  }
+}
\ No newline at end of file