1

I often have two buffers open side by side and I'd like to be able to slide the central vertical bar to the left or to the right, in order to make either buffer wider or narrower.

Is this supported in emacs 26.3?

Here's what I get:

enter image description here

The vertical bar in the middle won't move.

I looked at this other question, but M-x xterm-mouse-mode didn't help.

Drew
  • 75,699
  • 9
  • 109
  • 225
Ricky Robinson
  • 267
  • 2
  • 10

1 Answers1

1

You can drag the vertical split with your mouse. And you can use C-x } and C-x { to enlarge or shrink a window horizontally. And you can use C-x ^ to enlarge a window vertically.

Drew
  • 75,699
  • 9
  • 109
  • 225