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
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.