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

8 lines
243 B
JSON

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