Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abbreviations get expanded unexpectedly #13

Closed
ericboehs opened this issue Jul 16, 2015 · 1 comment
Closed

Abbreviations get expanded unexpectedly #13

ericboehs opened this issue Jul 16, 2015 · 1 comment
Assignees

Comments

@ericboehs
Copy link
Owner

Abbreviations get expanded mid command. This is especially obvious for single character abbreviations:

ls -g   # => ls -git status
dirs -l # => dirs -ls -al

I'm not sure how to prevent this aside from using longer abbreviations or some sort of regex filter. Perhaps someone else will know how to fix this.

Work around: Press Ctrl-x<space> or Ctrl-j to skip abbreviation expansion.

@ericboehs ericboehs self-assigned this Aug 22, 2015
@ericboehs
Copy link
Owner Author

I've worked around this by using longer abbreviations. Generally 2 characters is long enough but the aforementioned workaround will get me out in a pinch. Worst offender is be (bundle exec).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant