bew / dotfiles

All my dotfiles in one place!
44 stars 3 forks source link

Arbitrary keybind modes (not just normal,insert,visual,...) like vscode #70

Open bew opened 3 years ago

bew commented 3 years ago

Inspiration from vscode, with its arbitrary conditions for keybindings:

{
    "key": "ctrl+alt+f",
    "command": "editor.action.formatDocument",
    "when": "editorTextFocus && !editorReadonly && !inCompositeEditor"
}
bew commented 1 year ago

Kinda related: