Command to open "languages.toml" similar to "config-open" #10401
Replies: 3 comments
-
This was the idea of #3206 when opened. A command for opening language config may be more confusing than helpful since there are three possible language configurations and not all of them are editable. |
Beta Was this translation helpful? Give feedback.
-
You can create a shortcut in your [keys.normal]
"C-l" = ":open ~/.config/helix/languages.toml" And pressing |
Beta Was this translation helpful? Give feedback.
-
+1, also having the same thing within the "config-open-workspace" to open the language file from there. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm messing a lot with
languages.toml
after switching to helix as my primary editor.It would be great to have some way to open/reload it quickly.
Maybe just add it as an argument to config-open, e.g.,
config-open languages
If, in the future other configuration files (e.g.
plugins.toml
) it would be useful to have one command with different arguments.A more radical change would be to make "config-open" open a file picker in the config directory.
Beta Was this translation helpful? Give feedback.
All reactions