This repository has been archived on 2022-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/micro/.config/micro/bindings.json

7 lines
168 B
JSON

{
"Alt-/": "lua:comment.comment",
"Ctrl-J": "lua:initlua.zettelInsert",
"CtrlUnderscore": "lua:comment.comment",
"MouseRight": "lua:initlua.gotofile"
}