Emacs - Multiple columns one buffer

后端 未结 7 1157
眼角桃花
眼角桃花 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:18

    The "Multipager" plugin for Vim can do this with VIM splits for people who want to get this behavior in Vim.

    Get it from Dr. Chip's page: http://mysite.verizon.net/astronaut/vim/index.html#MPAGE

    Docs: http://mysite.verizon.net/astronaut/vim/doc/mpage.txt.html

提交回复
热议问题