I want to open a VIM instance with one user account (using su), then login as another user and access the same session with that user.
Example User1: su - user2 -c vim somefile.txt
Then I want to login as User2 and then access that VIM process created by that first user. I know it's possible but I'm not sure how to do it.