Don't expand after which?
#159
Unanswered
henrebotha
asked this question in
Ideas
Replies: 1 comment 2 replies
-
|
You must have a global abbreviation v -> vim? Is it enough to tack on a semicolon or a space? which v;[enter]or which v[ctrl space][enter] # or whatever binding is configured to let you do `space` without expanding |
Beta Was this translation helpful? Give feedback.
2 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.
-
Just thinking out loud. I use
which vimto discover thatvimis actually an alias forvim -X. But I can't usewhich vto discover thatvis an abbreviation forvim, because abbr is too smart and expands the command towhich vim.What if abbr were a bit cheeky and didn't expand abbreviations specifically when invoking
which? Is that useful? Does it make sense? I don't know. Sound off in the comments.Beta Was this translation helpful? Give feedback.
All reactions