helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
34.07k stars 2.52k forks source link

How to add description to key remap? #12166

Closed rubiktubik closed 1 day ago

rubiktubik commented 1 day ago

Hi,

i added a custom keymap to config.toml

[keys.normal]
"ä" = { "b" = ":run-shell-command fvm dart pub run build_runner build --delete-conflicting-outputs" }

In Helix i see:

grafik

How can i give it a friendly name?

I have seen the "b: FriendlyName" syntax but it doesnt work in my case i think i'am using it wrong.

Can someone help me?

Btw. I love this editor!

kirawi commented 1 day ago

Duplicate of https://github.com/helix-editor/helix/issues/1752

rubiktubik commented 1 day ago

@kirawi Could you please explain why this feature is marked as "not planned"? I'm not very familiar with the development decisions behind Helix 🧬, so any insights would be appreciated.

Thank you!

kirawi commented 1 day ago

Duplicates are closed as not planned. If you hover your mouse over it above where it is underlined, it'll tell you the smae.