]>
Commit | Line | Data |
---|---|---|
1 | # Keybindings require three things to be fully defined: A selector that is | |
2 | # matched against the focused element, the keystroke and the command to | |
3 | # execute. | |
4 | # | |
5 | # Below is a basic keybinding which registers on all platforms by applying to | |
6 | # the root workspace element. | |
7 | ||
8 | # For more detailed documentation see | |
9 | # https://atom.io/docs/latest/advanced/keymaps | |
10 | 'atom-text-editor.vim-mode:not(.insert-mode)': | |
11 | ':': 'ex-mode:open' |