Is there any vim plugin which allows splits for translations. (e.g. 2 vetical splits. one sentence per some block one left side, and mine translated text on right side. and even if translated text bigger than original it will display proper highlighted block on left side)
Is there any vim plugin which allows splits for translations. (e.g. 2 vetical splits.
Share
Maybe this works for you:
:vs).:set wrapto see more lines at a time.:set scrollbindand:set cursorbindin both windows. This will keep both windows in sync when you jump back and forth with the cursor.