dotfiles/.config/micro/bindings.json
Anthony Wang d0ee05be10
Bind F10 to Save,Quit for Micro
This removes one extra keystroke 😄
2022-06-14 11:39:47 -05:00

6 lines
108 B
JSON

{
"Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment",
"F10": "Save,Quit"
}