programmable-completion Questions
2
Solved
In zsh, I have a function called g which acts like this:
with no arguments, call git status
with one or more arguments, delegate to git with all given arguments - i.e. call git $@
I would like ...
Agrarian asked 19/11, 2010 at 1:4
2
Is it possible to detect where text wraps?
Lorem ipsum dolor sit amet
lets say that above text wraps after 'dolor' word. How to detect that and insert there some mark of it so it would be Lore...
Lontson asked 29/11, 2012 at 14:50
1
© 2022 - 2024 — McMap. All rights reserved.