zefei / vim-wintabs

Modern buffer manager for Vim
MIT License
325 stars 25 forks source link

WintabsNext resets cursor to start of line. #33

Closed jordwalke closed 6 years ago

jordwalke commented 6 years ago

I noticed that when running :WintabsNext, the cursor position in a file is disrupted and reset to the beginning of the line. Is this a known issue?

zefei commented 6 years ago

@jordwalke isn't this the same behavior as :bn/:bp?

jordwalke commented 6 years ago

Perhaps, I can close the issue once I confirm. That's a strange behavior though. Maybe vim-wintabs is a good opportunity to fix that.

zefei commented 6 years ago

Just found out that this can be done by :set nostartofline.