summaryrefslogtreecommitdiff
path: root/.config/micro/bindings.json
blob: 7df9d2e5a2cf885b4748fafbc463c37c09cb4270 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "Alt-/": "lua:comment.comment",
    "Alt-a": "lua:snippets.Accept",
    "Alt-d": "lua:snippets.Cancel",
    "Alt-s": "lua:snippets.Insert",
    "Alt-w": "lua:snippets.Next",
    "CtrlUnderscore": "lua:comment.comment",
    "F5": "lua:wc.wordCount",
    "F6": "command-edit:gorename "
}