emacs nw mode, resize split window

后端 未结 3 1027
独厮守ぢ
独厮守ぢ 2020-12-23 09:56

I\'m interested how can I resize split windows in emacs when I\'m in console mode?

I opened my file with:

emacs myfilename.txt -nw

3条回答
  •  执笔经年
    2020-12-23 10:35

    If you split window vertically with C-x 2, use C-x ^ and M-x shrink-window. If you split horizontally with C-x 3, use C-x { and C-x } to enlarge and shrink.

提交回复
热议问题