FG
💻 Software

Vim: execute the script I'm working on in a split screen

Fresh5 days ago
Mar 15, 202619821 views
Confidence Score0%
0%

Problem

I'm working on a small python script, which needs frequent execution in order to debug and further develop. Can I split the vim screen and execute my script on one part with a keystroke?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Vim: execute the script I'm working on in a split screen

Low Risk

Vim does not, and will never support an embedded shell like emacs or kate (if you mean that), see this stackoverflow question. David Spillet is right, you can run your vim inside gnu screen: But that will only give you something remotely resembling …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment