Function modalkit::env::vim::command::vim_cmd_tabedit

source ·
pub fn vim_cmd_tabedit<I: ApplicationInfo>(
    desc: CommandDescription,
    ctx: &mut CommandContext
) -> CommandResult<I>
Expand description

The :tabedit command.

Aliases: tabe, tabnew

Open a new tab. If an argument is given, then a window will be opened with OpenTarget::Name and inserted into the new tab.