I would like some help from vi to type long winding system paths, the same way my shells do it for me. I am certain there is a way to it…
linke if I am in a config file and need to type a path
Eggs =
/Us|
(the pipe being the cursor), what would I have to do to expand this to /Users/myname/somedir/…
There’s a vim script called SuperTab that I think will do what you want.Quoting the docs (emphasis mine):It seems this can be done without a script,
Ctrl-XCtrl-Fdoes it nicely.