That's the behavior of most code editors.
I've added the QuitAll action so that you can rebind this, but I'm not sure I'm going to change the defaults. To rebind, simply put the following in ~/.config/micro/bindings.json:
{
"CtrlQ": "QuitAll",
"CtrlW": "Quit"
}
You may also want to rebind NextSplit since that is what CtrlW is bound to by default.
Most helpful comment
I've added the
QuitAllaction so that you can rebind this, but I'm not sure I'm going to change the defaults. To rebind, simply put the following in~/.config/micro/bindings.json:You may also want to rebind
NextSplitsince that is whatCtrlWis bound to by default.