johnfb

Results 4 comments of johnfb

I don't know about macvim, but here is how to do with for vim in general that should work on any platform that vim and z work on. Create a...

The simplest way I can think of to do something like that would be: ```bash _cz() { cd "$@" > /dev/null 2>&1 || _z "$@" 2>&1; } alias cz=_cz ```...

From the [extended description](https://github.com/ajeetdsouza/zoxide/blob/297499a4fe515d8242bd1fb68efee1da1d47217a/Cargo.toml#L105) > zoxide is a smarter cd command, inspired by z and autojump. > ... zoxide looks pretty interesting

I am very interested in this feature. I have been suggesting at my work that we adopt something like protobuf for a long time. One of the major push backs...