Emacs - Multiple columns one buffer

后端 未结 7 1170
眼角桃花
眼角桃花 2020-12-04 05:16

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

7条回答
  •  爱一瞬间的悲伤
    2020-12-04 05:27

    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").

    Documentation here

提交回复
热议问题