I\'m trying to edit some assembly code which tends to be formatted in long but thin listings. I\'d like to be able to use some of the acres of horizontal space I have and s
Vim can do this using :vsplit - and you can have the same buffer open in multiple "windows" (which are actually sections within a single "window").
:vsplit
Documentation here