1
3
Is it possible to open a part of the file as a separate vertical split window in Vim?
Say I have a file with hundred lines, and from the fortieth up until and including sixtieth lines I want to be rendered as a separate locked window within the main window as a split "tab" to focus better on that part of the file, and the changes I made there would reflect on the whole file in the main window as well.
I have a very long file and I would like to implement such thing to manage its contents better.
This question really bugged me, so I found this: https://github.com/chrisbra/NrrwRgn
– Ilker Mutlu – 2016-11-10T14:40:07.493