args

g will transform args in the following table

beforeafter

~

$HOME

...

../..

....

../../..

more dots

../.......

But if you have an entry named '.....', g will not work. You should use --no-path-transform to disable this feature.

Last updated