diff options
| author | Ben Beltran <ben@nsovocal.com> | 2015-07-10 11:12:25 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2015-07-10 11:12:25 -0500 |
| commit | 24c7594d62d8d7fbbcdb64b11ce4adc5d8e6991a (patch) | |
| tree | ded312222bb108923da1820ba40b04d710d20e5b /atom/packages/ex-mode/keymaps | |
| parent | eb786e82d170e2abc351a432ade616d6ecdeeb6b (diff) | |
Adds atom
Diffstat (limited to 'atom/packages/ex-mode/keymaps')
| -rw-r--r-- | atom/packages/ex-mode/keymaps/ex-mode.cson | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/atom/packages/ex-mode/keymaps/ex-mode.cson b/atom/packages/ex-mode/keymaps/ex-mode.cson new file mode 100644 index 0000000..5abddd0 --- /dev/null +++ b/atom/packages/ex-mode/keymaps/ex-mode.cson @@ -0,0 +1,11 @@ +# Keybindings require three things to be fully defined: A selector that is +# matched against the focused element, the keystroke and the command to +# execute. +# +# Below is a basic keybinding which registers on all platforms by applying to +# the root workspace element. + +# For more detailed documentation see +# https://atom.io/docs/latest/advanced/keymaps +'atom-text-editor.vim-mode:not(.insert-mode)': + ':': 'ex-mode:open' |