De man screen
, que é realmente o que você precisa ler se quiser fazer qualquer screen
hacking:
resize Resize the current region. The space will be removed from or added to the region below or if there's not enough space from the region above. resize +N increase current region height by N resize -N decrease current region height by N resize N set current region height to N resize = make all windows equally high resize max maximize current region height resize min minimize current region height
screen
não é vim
- tentar copiar exatamente as mesmas combinações de teclas lhe dará
comportamento funky. Nesse caso, seria apenas uma PITA real.
bind -c resize24 + resize +24
bind -c resize24 - resize -24
bind -c resize24 ^M resize 24
bind -c resize2 4 command -c resize24
bind 2 command -c resize2
Você teria que fazer isso para cada número que quisesse usar. Então não faça isso. Aprenda a usar ^A:resize
.