add consumeVimModePlus.
This commit is contained in:
parent
50f1beb1e9
commit
0abb61fcb8
2 changed files with 5 additions and 2 deletions
|
|
@ -36,6 +36,9 @@ module.exports = ExMode =
|
|||
@vim = vim
|
||||
@globalExState.setVim(vim)
|
||||
|
||||
consumeVimModePlus: (vim) ->
|
||||
this.consumeVim(vim)
|
||||
|
||||
config:
|
||||
splitbelow:
|
||||
title: 'Split below'
|
||||
|
|
|
|||
|
|
@ -21,12 +21,12 @@
|
|||
"consumedServices": {
|
||||
"vim-mode": {
|
||||
"versions": {
|
||||
"^0.1.0": "_consumeVim"
|
||||
"^0.1.0": "consumeVim"
|
||||
}
|
||||
},
|
||||
"vim-mode-plus": {
|
||||
"versions": {
|
||||
"^0.1.0": "consumeVim"
|
||||
"^0.1.0": "consumeVimModePlus"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue