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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue