You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible that there's a way to do this already that I can't figure out, but currently if I provide e.g. recentf-open-files in helix.scm this shows up as :recentf-open-files when I press : in Helix, but if I try and bind a keybind to call ":recentf-open-files" the way I would for a standard helix action it doesn't work. I'm aware that there's a way in the helix.scm that I'll set up for now, but it would be better to be able to put all the keybind stuff in one place.
The text was updated successfully, but these errors were encountered:
So you're making a binding to the function via a toml keybinding? I didn't attempt to integrate with the toml key binding in favor of the key binding setup within steel, so I don't know what the behavior would be when trying to bind to a steel function within the toml setup
the current behaviour is that the binding to the steel function from the toml setup just doesn't do anything; I am also using the steel key binding setup for now, for the bindings that need it, but I think this is probably something that should be changed before this merges into upstream? it is not super intuitive as a user that the standard way of configuring keybinds won't work, having to mix and match between the two is unergonomic, and I expect upstream's maintainers won't be in favour of the steel keybinds adding being the new default
It's possible that there's a way to do this already that I can't figure out, but currently if I provide e.g. recentf-open-files in helix.scm this shows up as :recentf-open-files when I press : in Helix, but if I try and bind a keybind to call ":recentf-open-files" the way I would for a standard helix action it doesn't work. I'm aware that there's a way in the helix.scm that I'll set up for now, but it would be better to be able to put all the keybind stuff in one place.
The text was updated successfully, but these errors were encountered: