I love the way I can resize windows in vim using the mouse.
Is it possible to do the same in GNU screen? If not, is there an alternative to screen that supports this functionality?
|
I love the way I can resize windows in vim using the mouse. Is it possible to do the same in GNU screen? If not, is there an alternative to screen that supports this functionality? |
|||||||
|
|
GNU screen is completely oblivious of the mouse. As is Vim, when it's running within a TTY emulator. |
|||||||||
|
|
I use screen all the time, and change the window size effortlessly, without an issue. It's whatever command is running inside the screen that needs to be able to resize as well. |
|||
|
|
|
I agree with Roy - I resize windows all the time, and I only run things in screen. In fact, I can't think of the last time I kept a terminal up for more than 1 minute that wasn't running screen permanently. Even with Putty from a windows box, it works. Even with Putty from a windows box, ssh'ed into localhost running cygwin/sshd, running screen, it works. Maybe there's something in your .screenrc or even your shell's .rc file that's preventing resize? |
|||
|
|
|
I guess you are talking about resizing the split areas inside a window. I agree that this is possible to do it in VIM with the mouse. This is very handy. I also would like this feature for gnu screen. In the meantime, I recommend you to try the sweet extension Vim-shell, which enables you to have native shells embedded in VIM. It's too bad it is no more maintained or merged within Vim itself. You will have to compile it by hand on an older version of VIM (7.0). |
|||||||||
|
|
I think Terminator is probably what you're looking for. Note that I've never used GNU Screen or Terminator, so I'm relying on the following information:
|
|||
|
|
|
I think Tmux knows about the mouse:
|
||||
|
|
|
|||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.