FG
💻 Software

Save vim settings across launches?

Fresh5 days ago
Mar 15, 202634286 views
Confidence Score0%
0%

Problem

My professor assigned an ssh account to every student in my programming class and mandated that we use VIM for text editing. I discovered and via Google. I noticed that those two settings reset after every launch. Is there a way to make them persist on my ssh account? What about on VIM on my local …

Error Output

:set nu

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Save vim settings across launches?

Low Risk

Put them in your (see ). You can then sync that file between machines. Another option is to have vimrc set up on the local machine, and use e.g. bcvi to transfer files transparently from remote to local and back again.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment