Darrick Hartman (lists) wrote: > Philip Prindeville wrote: > >> Is there a brief description of what's needed to add a new package to >> the environment? >> >> I'd like to use "vim" instead of the Busybox version of vi [sic]. Not >> having regex's is just too painful. ;-) >> > > What are you attempting to do with vi that you can't do? I've done > search and replace using this syntax: > > %s/searchword/replaceword/g > > That works fine. I you wanted to add a package you'd want to follow one > of the simpler packages for an example of what you need to do. > > iftop is an example of a dead simple package. Depending on the package > and how it builds, you may need to adjust. > > Darrick >
I started to use "which" as a template... seemed simple enough... Things like "*", "^", "$", etc. are handy... as are .,+10s/match/subst/ (i.e. dot-relative addressing)... using h for left, j for down, k for up, l for right, etc... all the things that classic (4.1bsd) VI used to do... -Philip ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
