how to edit text in multiple columns in vim

前端 未结 3 429
别那么骄傲
别那么骄傲 2021-01-30 11:06

How can I edit my code in Vim by displaying it in any number of columns?

My laptop and desktop monitors are widescreen (I suspect that is true of most monitors made in t

3条回答
  •  花落未央
    2021-01-30 12:04

    This is what I use: http://vim.wikia.com/wiki/View_text_file_in_two_columns.

    It's a little clunky... Sometimes the scroll synchronization gets offset or disconnected, forcing you to re-columnate the view (in cmd mode, CTRL+W,q to close a a col. window, & \vs to add one.).

    But it works great 90% of the time. I use it a lot.

提交回复
热议问题