diff options
| author | Zach DeCook <zachdecook@librem.one> | 2023-03-12 19:12:49 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2023-03-12 19:12:49 -0400 |
| commit | a699afd59af1436a50575f74fd4415f08f898011 (patch) | |
| tree | 2de346a470ff79c44edd273bb2781be292bdec30 /.config/micro | |
| download | dotfiles-a699afd59af1436a50575f74fd4415f08f898011.tar.gz | |
config: Add configs for some top-used programs
Diffstat (limited to '.config/micro')
| -rw-r--r-- | .config/micro/bindings.json | 8 | ||||
| -rw-r--r-- | .config/micro/settings.json | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/.config/micro/bindings.json b/.config/micro/bindings.json new file mode 100644 index 0000000..afff43b --- /dev/null +++ b/.config/micro/bindings.json @@ -0,0 +1,8 @@ +{ + "Alt-/": "lua:comment.comment", + "CtrlUnderscore": "lua:comment.comment", + "Ctrl-Down": "SpawnMultiCursorDown", + "Ctrl-Up": "SpawnMultiCursorUp", + "Shift-PageDown": "SelectPageDown", + "Shift-PageUp": "SelectPageUp" +} diff --git a/.config/micro/settings.json b/.config/micro/settings.json new file mode 100644 index 0000000..e9a05fb --- /dev/null +++ b/.config/micro/settings.json @@ -0,0 +1,6 @@ +{ + "autoclose": false, + "colorscheme": "simple", + "parsecursor": true, + "softwrap": true +} |
