Micro: Close buffers with Ctrl-W, quit editor with Ctrl-Q

Created on 30 Aug 2016  路  1Comment  路  Source: zyedidia/micro

That's the behavior of most code editors.

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

handicraftsman picture handicraftsman  路  4Comments

DoTheEvo picture DoTheEvo  路  3Comments

bitcoinmeetups picture bitcoinmeetups  路  3Comments

KhodeN picture KhodeN  路  3Comments

aerth picture aerth  路  4Comments