Question: How do I add a custom alias for a typable command? #6790
Unanswered
dheerajbhaskar
asked this question in
Q&A
Replies: 1 comment
-
It isn't currently possible to rename typable commands. That is covered by #4423 The gutter refresh will be automatic once file watching is implemented. Interacting with a running Helix instance from outside the process isn't possible currently but is covered by #312 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I wanted to add :ra as an alias for :reload-all. This is similar to :pwd for :show-directory. Is there a way to add aliases with a configuration file (not source code change)?
Related question:
I use termux. The issue I'm trying to solve here is that helix's gutter doesn't update when I do a git commit. I do the git commit in another termux session. Gutter remains stale until I reload my opened buffers.
Is there a programmatic way to solve this? Maybe by interacting with running helix instance?
Related source code for typed command aliases
https://github.com/helix-editor/helix/blob/7706ff77eb8aea9471af822355cad337707b9fc5/helix-term/src/commands/typed.rs
Beta Was this translation helpful? Give feedback.
All reactions