Re: [techtalk] problems with VI

2000-06-16 Thread Jenn V.
"Fan, Laurel" wrote: > > Nicoya Helm, [EMAIL PROTECTED], said: > > However, the other day I > > switched from ksh to zsh. Now when I try to repeat past searches, > > instead of recalling a previous string, up arrow inserts capital > > A,B,C,D, etc into my document. > Wild guess here... zsh and

Re: [techtalk] problems with VI

2000-06-16 Thread Nancy Corbett
I use vi, and n and N work for me. On Fri, 16 Jun 2000, joey tsai wrote: > > > > On Fri, 16 Jun 2000, Nancy Corbett wrote: > > > > > When I want to repeat a search, I just hit the n key. > > > > Yes, you can do this action in vim, and pressing 'N' to search backwards. > You can also prep

Re: [techtalk] problems with VI

2000-06-16 Thread joey tsai
On Fri, 16 Jun 2000, Nancy Corbett wrote: > > When I want to repeat a search, I just hit the n key. > Yes, you can do this action in vim, and pressing 'N' to search backwards. You can also prepend n / N with a count to search that many forwards / backwards. However, I do not think vi suppo

Re: [techtalk] problems with VI

2000-06-16 Thread Nancy Corbett
When I want to repeat a search, I just hit the n key. On Fri, 16 Jun 2000, Nicoya Helm wrote: > Any idea why the following is happening? When I'm in vi and I do a > forward search, in the past I've always been able to repeat past > searches by typing "/" then the up arrow. However, the other

RE: [techtalk] problems with VI

2000-06-16 Thread Fan, Laurel
Nicoya Helm, [EMAIL PROTECTED], said: > However, the other day I > switched from ksh to zsh. Now when I try to repeat past searches, > instead of recalling a previous string, up arrow inserts capital > A,B,C,D, etc into my document. Talk about annoying! It didn't start > doing it till I switched

Re: [techtalk] Problems with vi

1999-12-04 Thread lilith
I tried the DISPLAY variable since it seemed the simplest solution, and it worked. :) I had logged out of X before I left the machine, but echo $DISPLAY still existed. When I cleared that, I could use vim remotely while su to other users. Thanks! On Fri, 3 Dec 1999, Laurel Fan wrote: > Excerp

Re: [techtalk] Problems with vi

1999-12-03 Thread Laurel Fan
Excerpts from linuxchix: 3-Dec-99 Re: [techtalk] Problems wit.. by [EMAIL PROTECTED] > Thanks, I'll look into that, but I should have mentioned earlier that I am > trying to use the text mode of vim. :/ I have vi linked to vim, and I > thought to use it as X, I needed to issue xvim instead. Stra

Re: [techtalk] Problems with vi

1999-12-03 Thread lilith
Thank you, I am looking into that. :) I was in the middle of replying to the first message when yours came in. I didn't mean to seem as if I was ignoring you. On Fri, 3 Dec 1999, Maureen Lecuona wrote: > I will try again. > > You are having a problem most likely with an .Xauthority file under

Re: [techtalk] Problems with vi

1999-12-03 Thread Maureen Lecuona
I will try again. You are having a problem most likely with an .Xauthority file under the home directory of the user you are su' ing to... Maureen Lecuona [EMAIL PROTECTED] wrote: > > Thanks, I'll look into that, but I should have mentioned earlier that I am > trying to use the text mode of vi

Re: [techtalk] Problems with vi

1999-12-03 Thread lilith
Thanks, I'll look into that, but I should have mentioned earlier that I am trying to use the text mode of vim. :/ I have vi linked to vim, and I thought to use it as X, I needed to issue xvim instead. I will look into the xhost mans anyway, as at least that might get rid of the error message :) T

Re: [techtalk] Problems with vi

1999-12-03 Thread Maureen Lecuona
It sounds like you are having a problem with .Xauthority file under X11. Do man xauth and you will see what you can do about it. Or more simply, use su - instead of just su when you switch users remotely. Maureen Lecuona [EMAIL PROTECTED] wrote: > > Hi. :) > > I am currently running Slackwa

Re: [techtalk] Problems with vi

1999-12-03 Thread Laurel Fan
Excerpts from linuxchix: 3-Dec-99 [techtalk] Problems with vi by [EMAIL PROTECTED] > Hi. :) Hi :) > I am currently running Slackware 7.0 with vim 5.5 > > I am encountering an odd error that when I am remotely connected to my > computer and su to another user (any user, including root), I ge