Merge pull request #173 from jmarianer/vim-mode-plus

vim-mode-plus keybinding
This commit is contained in:
Jasper v. B 2017-05-25 01:05:41 +02:00 committed by GitHub
commit daaf8b3a2d
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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'