diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-24 21:10:16 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-24 21:10:16 +0400 |
commit | 32170132d160bf3d194d0cc949ff6919aedb175f (patch) | |
tree | f6216aa785470ea2bd69cbb42a5995dfd4afa964 /dot_config/micro/bindings.json | |
parent | 845df0a81ce8c33ec28e0f74be51e279f12df1fd (diff) |
Add basic micro config with darcula-darker theme
Diffstat (limited to 'dot_config/micro/bindings.json')
-rw-r--r-- | dot_config/micro/bindings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/micro/bindings.json b/dot_config/micro/bindings.json new file mode 100644 index 0000000..83659cb --- /dev/null +++ b/dot_config/micro/bindings.json @@ -0,0 +1,4 @@ +{ + "Alt-/": "lua:comment.comment", + "CtrlUnderscore": "lua:comment.comment" +} |