diff options
| author | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2026-04-24 06:57:10 -0400 |
| commit | 237da97819be61b4db6df2fe8e393fa3382f7991 (patch) | |
| tree | 9e5c2561772f74d221f7a038b09bab9cf15dddc0 /.config/micro | |
| parent | f304efa8681ed8ee7109009730efa08d06eba025 (diff) | |
| download | dotfiles-237da97819be61b4db6df2fe8e393fa3382f7991.tar.gz | |
Use Monoid for better display on lower-res screens
Diffstat (limited to '.config/micro')
| -rw-r--r-- | .config/micro/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/micro/settings.json b/.config/micro/settings.json index 4cdd416..8159446 100644 --- a/.config/micro/settings.json +++ b/.config/micro/settings.json @@ -1,6 +1,7 @@ { "autoclose": false, "colorscheme": "solarized", + "parsecursor": true, "softwrap": true, "sucmd": "doas" } |
