Re: backingup /home/foo/.* files

2000-12-26 Thread will trillich
On Sat, Dec 23, 2000 at 11:59:45AM -0800, Brian Frederick Kimball wrote: > Brian Frederick Kimball wrote: > > > If it's nvi (the default vi on Debian), you want "set wraplen=NN" in > > your $HOME/.exrc. But nvi is pretty slim on features-- it doesn't even > > have multi-level undo. Better to jus

Re: backingup /home/foo/.* files

2000-12-24 Thread D-Man
If you really like plain vi features, vim has a compatibility mode: :set compatible to set all options at values that are (approximately) equivalent to vi's features. -D (vim has a lot of nice features that vi doesn't have, and it's cool to take advantage of them)

Re: backingup /home/foo/.* files

2000-12-23 Thread q
On Sat, Dec 23, 2000 at 11:38:08AM -0800, Brian Frederick Kimball wrote: > Dave Sherohman wrote: > > > On Sat, Dec 23, 2000 at 04:35:03AM +, q wrote: > > > (my apologies...it's on my list of projects. i use vi. the posts i > > > see for this issue seem to be for vim. (anyone know how to lin

Re: backingup /home/foo/.* files

2000-12-23 Thread Brian Frederick Kimball
Brian Frederick Kimball wrote: > If it's nvi (the default vi on Debian), you want "set wraplen=NN" in > your $HOME/.exrc. But nvi is pretty slim on features-- it doesn't even > have multi-level undo. Better to just install vim & vim-rt and put "set > textwidth=NN" in your $HOME/.vimrc. Oh, and

Re: backingup /home/foo/.* files

2000-12-23 Thread Brian Frederick Kimball
Dave Sherohman wrote: > On Sat, Dec 23, 2000 at 04:35:03AM +, q wrote: > > (my apologies...it's on my list of projects. i use vi. the posts i > > see for this issue seem to be for vim. (anyone know how to line wrap > > in _vi_?)) > > Don't know if this is the answer you keep getting, but,

Re: backingup /home/foo/.* files

2000-12-23 Thread Dave Sherohman
On Sat, Dec 23, 2000 at 04:35:03AM +, q wrote: > (my apologies...it's on my list of projects. i use vi. the posts i > see for this issue seem to be for vim. (anyone know how to line wrap > in _vi_?)) Don't know if this is the answer you keep getting, but, in elvis, ":set textwidth=NN" cause

Re: backingup /home/foo/.* files

2000-12-23 Thread q
On Fri, Dec 22, 2000 at 11:17:06PM -0800, Brian Frederick Kimball wrote: > Please wrap your text. (my apologies...it's on my list of projects. i use vi. the posts i see for this issue seem to be for vim. (anyone know how to line wrap in _vi_?)) > > q wrote: > > > [...] i've become interested

Re: backingup /home/foo/.* files

2000-12-23 Thread Brian Frederick Kimball
Please wrap your text. q wrote: > [...] i've become interested in backing up my /home/foo directory (by: > tar cvzf .tar.gz *). > > i've noticed that such backup does not include my /home/foo/.* > (hidden) files, like .muttrc $ man bash [...] When a pattern is used for pathname expansion, th