How do I scroll the view horizontally by half a screen width in Vim?
zH and zL scroll the viewport horizontally by half a screen width, letting you navigate wide content efficiently when wrap is disabled.
category:
navigation
tags:
#navigation
#scrolling
#horizontal
#nowrap
#motions
How do you split the current window horizontally?
Press s or use :split to create a horizontal split showing the same buffer.
category:
buffers-windows
tags:
#windows
#split
#horizontal
How do you open a buffer in a new horizontal split?
Use :sb (sbuffer) followed by the buffer number to open that buffer in a new horizontal split.
category:
buffers-windows
tags:
#buffers
#split
#horizontal