Fleet export/import settings from another fleet instance Aleksandar Zlatkov Dorkov Created September 25, 2024 11:07 Does fleet offer the functionality to import/export settings from fleet installed on another computer somehow?
Hello,
In Fleet settings are set up with settings.json file. You may copy it from one machine to another. You may edit it with Edit Settings JSON file:
Olga Klisho this files contains some of the UI settings, but not the keymap, which is pain to remap again..
{
"editor.caretSmoothAnimation": true,
"editor.caretShape": "Block",
"editor.softWrapEnabled": false,
"theme": "dark_purple"
}
Hello, please see the following action then:
Thank you