ex-mode/keymaps/ex-mode.cson
2017-05-25 13:22:50 +00:00

16 lines
566 B
Text

# 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-plus:not(.insert-mode)':
':': 'ex-mode:open'
'atom-text-editor.vim-mode:not(.insert-mode)':
':': 'ex-mode:open'
'atom-text-editor.vim-mode-plus.normal-mode':
':': 'ex-mode:open'