ctrl Verified current stable Not installed?

Ctrl / Split Stack Vertically

Split Stack Vertically

Use this command to split the terminal window vertically for simultaneous command execution.

$
Terminal
<Ctrl g><v>

When To Use

During a debugging session that requires monitoring multiple outputs simultaneously.

Pro Tip

Consider setting the terminal buffer size to avoid overwriting output with logs from long-running processes before executing subsequent commands.

Anatomy of Output

Understanding the result

Terminal is split into two vertical sections. Action

Displays command outputs side by side, enhancing multitasking.

Power User Variants

Optimized versions

ctrl <Ctrl g><Shift + v>

Split stack with specific focus on the right section.

ctrl <Ctrl g><Alt + v>

Open a new split stack with a remote session.

Troubleshooting

Common pitfalls

Error: Cannot split terminal. Unsupported environment.

Solution: Ensure your terminal emulator supports vertical splits.

Error: Maximum number of splits reached.

Solution: Close another terminal split before creating a new one.

Error: Terminal size too small for split.

Solution: Resize your terminal window to enable splitting.

Command Breakdown

What each part is doing

<Ctrl
Base Command
The executable that performs this operation. Here it runs Ctrl before the shell applies any redirect operators.