How to change size of split screen emacs windows?

后端 未结 7 498
无人共我
无人共我 2020-11-28 00:34

I have emacs split horizontally - on top I\'m editing Perl code, the bottom is the shell. By default emacs makes the two windows equal in size, but I\'d like the shell buffe

7条回答
  •  温柔的废话
    2020-11-28 01:10

    C-x ^ takes positive and negative numerical arguments. In particular, if you would like to shrink the window where your cursor currently is by four lines, you can press C-u -4 C-x ^.

提交回复
热议问题