Function modalkit::env::vim::command::vim_cmd_vertical

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

The :vertical command.

Aliases: vert

Modify the following command to open a window vertically.

For example, :vertical split will behave like :vsplit.