How do you split the current window horizontally?
<C-w>s
Press s or use :split to create a horizontal split showing the same buffer.
<C-w>s
Press s or use :split to create a horizontal split showing the same buffer.
:sb 3
Use :sb (sbuffer) followed by the buffer number to open that buffer in a new horizontal split.