notes/.config/micro/bindings.json

13 lines
423 B
JSON

{
"Alt-/": "lua:comment.comment",
"Alt-a": "lua:snippets.Accept",
"Alt-d": "lua:snippets.Cancel",
"Alt-s": "lua:snippets.Insert",
"Alt-w": "lua:snippets.Next",
"Ctrl-F2": "command:toggleBookmark",
"CtrlShift-F2": "command:clearBookmarks",
"CtrlUnderscore": "lua:comment.comment",
"F2": "command:nextBookmark",
"F6": "command-edit:gorename ",
"Shift-F2": "command:prevBookmark"
}