How to change size of split screen emacs windows?

后端 未结 7 458
无人共我
无人共我 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 ^.

    0 讨论(0)
提交回复
热议问题