adding support for splitright and splitbelow
This commit is contained in:
parent
2a5fe2c382
commit
b763104cb2
2 changed files with 43 additions and 12 deletions
|
|
@ -35,3 +35,15 @@ module.exports = ExMode =
|
|||
consumeVim: (vim) ->
|
||||
@vim = vim
|
||||
@globalExState.setVim(vim)
|
||||
|
||||
config:
|
||||
splitbelow:
|
||||
title: 'Split below'
|
||||
description: 'when splitting, split from below'
|
||||
type: 'boolean'
|
||||
default: 'false'
|
||||
splitright:
|
||||
title: 'Split right'
|
||||
description: 'when splitting, split from right'
|
||||
type: 'boolean'
|
||||
default: 'false'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue