Skip to content

Show option: expand alias in terminal before it gets executed (like abbr -a in fish shell) #968

@ghost

Description

Feature request

For only .gitconfig file, i want this feature

[alias]
    cl = clone
    ci = commit
  • After typing git cl and press space key, alias should expand
    e.g cl option will turn into clone

  • For some reason, if i made a mistake, i can press Esc or Ctrl+space to undo alias expansion
    e.g clone will revert back to cl

  • Again correct it from cl to ci and press space key
    e.g git ci will turn into git commit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions