On Jan 9, 2008 1:51 AM, Nicholas Burlett <[EMAIL PROTECTED]> wrote: > > > On Jan 8, 2008, at 4:36 PM, Axel Liljencrantz wrote: > > > On Jan 9, 2008 1:15 AM, Philip Ganchev <[EMAIL PROTECTED]> wrote: > >> On Jan 8, 2008 5:33 PM, Isaac Dupree <[EMAIL PROTECTED]> wrote: > >>> Axel Liljencrantz wrote: > >>>> I've been contemplating implementing something like a --local > >>>> switch > >>>> to cd, which would change directory and change back when the > >>>> current > >>>> block goes out of scope. Should be rather usable. > >> > >> Isn't that too much like pushd and popd? > >> > > > > Perhaps, but I think it is significantly better than pushd and popd, > > since it means you don't have to remember to pop the directory > > afterwards. I would definitely consider dropping pushd and popd if cd > > --local was implemented. > > > Please don't drop pushd and popd... I use them manually all the time > from the command-line.
Are you aware that Alt-left takes you to the previous directory from the directory history and Alt-right takes you to the next one? And that this functionality can also be accessed using the prevd and nextd functions? In my opinion, this is a superior set of directory navigation commands. Axel > > -Nick > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
