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
Raw Permalink Normal View History

2021-09-19 19:42:39 +00:00
{
2022-01-22 14:11:54 +00:00
"\u003cMouseRight\u003e\u003cMouseLeft\u003e": "lua:initlua.gotofile",
2021-09-19 19:42:39 +00:00
"Alt-/": "lua:comment.comment",
"Ctrl-J": "lua:initlua.zettelInsert",
"CtrlUnderscore": "lua:comment.comment",
"MouseRight": "lua:initlua.gotofile"
}