I see
alt text http://files.getdropbox.com/u/175564/screen-bigger.png
where I have two windows open in Screen's split.
I would like to increase the zise of the window at the bottom by
Ctrl-A [number] +
similarly as you can do in Vim.
I did not find a solution by Google.
How can you increase the size of the window in Screen?
From
man screen
, which is really what you need to read if you want to do anyscreen
hacking:screen
isn'tvim
- trying to copy the exact same keybindings will give you some funky behaviour. In this case, it'd just be a real PITA.You'd have to do that for every number that you wanted to use. So don't do that. Learn to use
^A:resize
, instead.