Sublime Forum

How to remove this bar/line that appears after Ctrl+B

#1

Every time I run the code with Ctrl+B the cursor is redirected to this bottom line, if I type anything it gets saved and I can acess the past words in the bottom right down arrow in that same line.

How to remove this line, I dont want it. I didnt have that in my other computer and I dont know how to disable it.

0 Likes

#2

With that input control, text can be interactively supplied to executed (console) programs.

It was added to resolve the most popular issue, users stumbled on with build systems.

To disable it, create a custom sublime-build file with "interactive": false.

0 Likes