How do you split the current window horizontally?
Answer
<C-w>s
Explanation
Press <C-w>s or use :split to create a horizontal split showing the same buffer. The new window appears above the current one.
<C-w>s
Press <C-w>s or use :split to create a horizontal split showing the same buffer. The new window appears above the current one.