nelsam / vidar

vidar is a highly experimental Go editor, written in Go, using gxui
The Unlicense
50 stars 7 forks source link

Command: Open settings #179

Open nelsam opened 5 years ago

nelsam commented 5 years ago

Description

When a user wants to edit their config, they should be able to easily open the config files without necessarily knowing where they are located.

Follow-up for #15

Expected behavior

I can open the config files without knowing their exact location.

Actual behavior

I need to know the config files' location to edit them.

Subtasks