diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-23 21:44:49 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-23 21:44:49 +0400 |
commit | 9c2aab641b33bcf6cc034406b87cc283e13a660d (patch) | |
tree | 3d946b066a3d732062e0659c0490a27ec271aeaa /dot_config/nano/alen.json | |
parent | 433eefbf83325aa12ea8411979766d1dc65a742d (diff) |
Add basic nano config
Diffstat (limited to 'dot_config/nano/alen.json')
-rw-r--r-- | dot_config/nano/alen.json | 42 |
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 |