Merge pull request #173 from jmarianer/vim-mode-plus
vim-mode-plus keybinding
This commit is contained in:
commit
daaf8b3a2d
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue