FG

How could I keep my vim environment when ssh-ing between accounts on the same machine?

Fresh3 days ago
Mar 15, 20263249 views
Confidence Score0%
0%

Problem

I frequently move between accounts on my machine using SSH. Multiple different projects having their own development and production accounts. Is it possible to keep my vim environment the same between accounts? I've tried playing with the VIMRUNTIME, VIM, and vimrc settings to define one shared loc…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How could I keep my vim environment when ssh-ing between accounts on the same machine?

Low Risk

Setting will override the loading of system-wide shared configuration, which is usually not what you want. And no, you can't specify more than one path in that environment variable, so it's not terribly useful (the docs hint that you shouldn't reall…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment