Open roxlu opened 5 years ago
Thanks for this great util!
Is it possible to increment and decrement the weights like with autojump -i and -d somehow?
Yes! It's a little bit hacky (call private method inside of a module, but that works)
# adds -100 to the path /foo/bar & (Get-Module ZLocation) { Add-ZWeight /foo/bar -100}
Thanks for this great util!
Is it possible to increment and decrement the weights like with autojump -i and -d somehow?