mirror of
https://github.com/VSCodeVim/Vim.git
synced 2024-11-13 00:53:08 +03:00
you can use sp now as we support horizontal splitting
This commit is contained in:
parent
28c3688817
commit
a7caf7ea90
@ -60,8 +60,12 @@ export const commandParsers = {
|
||||
s: parseSubstituteCommandArgs,
|
||||
vs: fileCmd.parseEditFileInNewWindowCommandArgs,
|
||||
vsp: fileCmd.parseEditFileInNewWindowCommandArgs,
|
||||
sp: fileCmd.parseEditFileInNewWindowCommandArgs,
|
||||
split: fileCmd.parseEditFileInNewWindowCommandArgs,
|
||||
vsplit: fileCmd.parseEditFileInNewWindowCommandArgs,
|
||||
ne: fileCmd.parseEditNewFileInNewWindowCommandArgs,
|
||||
vne: fileCmd.parseEditNewFileInNewWindowCommandArgs,
|
||||
new: fileCmd.parseEditNewFileInNewWindowCommandArgs,
|
||||
vnew: fileCmd.parseEditNewFileInNewWindowCommandArgs,
|
||||
|
||||
set: parseOptionsCommandArgs,
|
||||
|
Loading…
Reference in New Issue
Block a user