ex-mode supports vim-mode-plus
This commit is contained in:
parent
d3c3603eb4
commit
ba01f8a1b1
2 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,9 @@ ex-mode for Atom's vim-mode
|
||||||
|
|
||||||
## Use
|
## 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
|
## Extend
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,7 @@
|
||||||
|
|
||||||
# For more detailed documentation see
|
# For more detailed documentation see
|
||||||
# https://atom.io/docs/latest/advanced/keymaps
|
# 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)':
|
'atom-text-editor.vim-mode:not(.insert-mode)':
|
||||||
':': 'ex-mode:open'
|
':': 'ex-mode:open'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue