ex-mode supports vim-mode-plus

This commit is contained in:
Joey Marianer 2017-01-08 14:27:21 -08:00
parent d3c3603eb4
commit ba01f8a1b1
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,9 @@ ex-mode for Atom's vim-mode
## Use
Install both [vim-mode](https://github.com/atom/vim-mode) and ex-mode. Type `:` in command mode. Enter `w` or `write`.
Install both [vim-mode-plus](https://github.com/t9md/atom-vim-mode-plus) (or
the deprecated `vim-mode`) and ex-mode. Type `:` in command mode. Enter `w` or
`write`.
## Extend

View file

@ -7,5 +7,7 @@
# 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'