yegappan / mru

Most Recently Used (MRU) Vim Plugin
Other
259 stars 48 forks source link

Added MRU_Open_File_Reuse_Current_Empty_Tab option #25

Closed anishsane closed 3 years ago

anishsane commented 5 years ago

By default, while opening a file in a tab, if the current tab is completely empty, it tries to find a tab which contains the required file. If it does not find it, it creates a new tab for it. However, if the current tab is completely empty, we can re-use it.

I sometimes just open vim and then open the files from the MRU menu. Initially, vim has only one tab page with no file. We can re-use that tab instead of creating a new one.

anishsane commented 3 years ago

Hi, Any plans for considering this PR? Accept/Reject/Improve+accept?

anishsane commented 3 years ago

Sent a separate pull request. Closing this one.