Ricardo Wurmus <[email protected]> writes: > Ludovic Courtès <[email protected]> writes: > >> I have a minor issue: I use ‘ido’ and ‘ido-find-file’ insist on browsing >> the entire /gnu/store when I do C-x C-f with a store file name at point >> (except if the file name denotes a directory.) So to open a .drv file, >> I have to work around that. >> >> How do people handle this? > > I use “M-x ffap” for /gnu/store file names.
ffap is great. You can set ido-use-filename-at-point to make ido behave in a similar way. I like having C-x C-f bound to ffap and C-x f call projectile-find-file or ido-find-file depending on the result of calling projectile-project-root. Vladimir
