multi-column terminal multiplexer?

Viewed 3156

Let me explain what I'm looking for, hopefully for the terminal, but if it exists in an IDE, i'll take that too.

I have a laptop with a 1366x768 resolution screen; I use vim for code-writing, and I use a fairly small font in my terminal (~7pt). So, as you might imagine, there's a lot of "wasted" horizontal space, especially when coding in a compact language like python.

I just checked and found that with a 6pt. font, the maxyx of my terminal is 82 rows x 271 columns. What I'd like to have, essentially, is a single terminal with the dimensions of 246 rows x 90(89?) cols, split into 3 panes and displayed side by side. But, they would need to behave as one contiguous vertical pane, i.e., when i scroll in my editor, all three of them scroll synchronously.

Does anyone know of a hack or anything to accomplish this? Maybe for vim/screen/similar?

Patching screen might be a fun project, but I don't have time to chase that rabbit. If someone out there does, though, I'll order them a pizza or something ;)

(although if i get around to it first, i'll have to order myself a pizza)

2 Answers
Related