19 Sep 2003 11:49:53 -0500
>
> christopher j bottaro <[EMAIL PROTECTED]> wrote:
> > the debian systems at my school have vim-6.1 but don't do syntax
> > highlighting.
> > how do i get syntax highlighting like on my redhat-9 system at home?
>
> Hi Christoph
the debian systems at my school have vim-6.1 but don't do syntax highlighting.
how do i get syntax highlighting like on my redhat-9 system at home?
thanks,
-- christopher
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
On Fri, 19 Sep 2003 11:49:53 -0500
christopher j bottaro <[EMAIL PROTECTED]> wrote:
> the debian systems at my school have vim-6.1 but don't do syntax
> highlighting.
> how do i get syntax highlighting like on my redhat-9 system at home?
>
Hi Christopher,
If the syntax
the debian systems at my school have vim-6.1 but don't do syntax highlighting.
how do i get syntax highlighting like on my redhat-9 system at home?
thanks,
-- christopher
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
* Mike Wooding <[EMAIL PROTECTED]> [2003-09-10 08:45]:
>
> --- Vidiot <[EMAIL PROTECTED]> wrote:
> > >* Marc Adler <[EMAIL PROTECTED]> [2003-09-09
> > 19:46]:
> > >> * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>
> > [2003-09-09 17:21]:
> > >> >
> > >> ctrl-I
> > > ^^
> > >(Oops, tha
> I think you can also use > > :%s/^/(your text)/g > > regular _expression_ which will put the text at the begining.> > -shishir>
Yes but the % is a special range that means every line in the file not select few lines.
Bret
you are right. In that replace % with start_line_number, end_line_number y
On Wed, 2003-09-10 at 14:18, shishir patil wrote:
> I think you can also use
>
> :%s/^/(your text)/g
>
> regular expression which will put the text at the begining.
>
> -shishir
>
Yes but the % is a special range that means every line in the file not
select few lines.
Bret
--
redhat-
I think you can also use
:%s/^/(your text)/g
regular _expression_ which will put the text at the begining.
-shishirMKlinke <[EMAIL PROTECTED]> wrote:
On Wednesday 10 September 2003 12:48, Bret Hughes wrote:> On Tue, 2003-09-09 at 23:55, MKlinke wrote:> > On Tuesday 09 September 2003 22:17,
--- Vidiot <[EMAIL PROTECTED]> wrote:
> >* Marc Adler <[EMAIL PROTECTED]> [2003-09-09
> 19:46]:
> >> * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>
> [2003-09-09 17:21]:
> >> >
> >> ctrl-I
> > ^^
> >(Oops, that was supposed to be 'capital I')
> >Marc Adler
>
> Since when is there a
On Wednesday 10 September 2003 12:48, Bret Hughes wrote:
> On Tue, 2003-09-09 at 23:55, MKlinke wrote:
> > On Tuesday 09 September 2003 22:17, Herculano de Lima Einloft Neto
> >
> > wrote:
> > > I guess this is an easy one.. how can I insert / delete
> > > something at the beggining of each line
>* Marc Adler <[EMAIL PROTECTED]> [2003-09-09 19:46]:
>> * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> [2003-09-09 17:21]:
>> >
>> ctrl-I
> ^^
>(Oops, that was supposed to be 'capital I')
>Marc Adler
Since when is there a difference between ^i and ^I? If it must be a "I",
then it i
On Tue, 2003-09-09 at 23:55, MKlinke wrote:
> On Tuesday 09 September 2003 22:17, Herculano de Lima Einloft Neto
> wrote:
> > I guess this is an easy one.. how can I insert / delete something
> > at the beggining of each line of a block in vi? Still can't figure
> > it, though there must be at l
* Marc Adler <[EMAIL PROTECTED]> [2003-09-09 19:46]:
> * Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> [2003-09-09 17:21]:
> >
> ctrl-I
^^
(Oops, that was supposed to be 'capital I')
--
Marc Adler
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat
Now that's what I can a generous, eager to share community. Thanks a
lot for all the information, people, I really appreciate it, and will
surely put it to use.
--
Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://w
Thus spake Herculano de Lima Einloft Neto:
>
> I guess this is an easy one.. how can I insert / delete something at
> the beggining of each line of a block in vi? Still can't figure it,
> though there must be at least ten ways.
Lots of ways...
0 Ctrl-V j selects the first column of the b
Hahaha. I was expecting this reply from the list! I should expand my
knowledge in Vim too. But my PERL program still works and I wrote that in
less than a minute to do the job.
I got your point. I'm still expanding my knowledge but the problem is that
I've to expand my Physics knowle
* Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> [2003-09-09 17:21]:
>
> I guess this is an easy one.. how can I insert / delete something at
> the beggining of each line of a block in vi? Still can't figure it,
> though there must be at least ten ways.
>
> Thanks in advance
> --
> Hercu
On Tuesday 09 September 2003 22:17, Herculano de Lima Einloft Neto
wrote:
> I guess this is an easy one.. how can I insert / delete something
> at the beggining of each line of a block in vi? Still can't figure
> it, though there must be at least ten ways.
>
> Thanks in advance
1 of 10 ...
Pla
On Wed, 2003-09-10 at 00:18, Didier Casse wrote:
> On Wed, 10 Sep 2003, Herculano de Lima Einloft Neto wrote:
> >
> > I guess this is an easy one.. how can I insert / delete something at
> > the beggining of each line of a block in vi? Still can't figure it,
> > though there must be at least t
On 00:17 10 Sep 2003, Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> wrote:
| I guess this is an easy one.. how can I insert / delete something at
| the beggining of each line of a block in vi? Still can't figure it,
| though there must be at least ten ways.
For lines 10 to 20:
:10,
On Tue, 2003-09-09 at 23:17, Herculano de Lima Einloft Neto wrote:
> I guess this is an easy one.. how can I insert / delete something at
> the beggining of each line of a block in vi? Still can't figure it,
> though there must be at least ten ways.
(command mode)
# inserts "string1" at beginn
On Wed, 10 Sep 2003, Herculano de Lima Einloft Neto wrote:
>
> I guess this is an easy one.. how can I insert / delete something at
> the beggining of each line of a block in vi? Still can't figure it,
> though there must be at least ten ways.
>
On way is to use PERL! Since I'm familiar wit
I guess this is an easy one.. how can I insert / delete something at
the beggining of each line of a block in vi? Still can't figure it,
though there must be at least ten ways.
Thanks in advance
--
Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>
--
redhat-list mailing list
unsubscribe
On Tue, 2003-09-09 at 07:40, Gary Stainburn wrote:
> Hi folks,
>
> I know this is a simple one but it's foxed me.
>
> How do I enter non-printable chars as a search string?
>
> If I cut/paste some emails into gvim I get lots of blue 'pipe' symbols
> embedded in the text. If I do :ascii I get th
Hi folks,
I know this is a simple one but it's foxed me.
How do I enter non-printable chars as a search string?
If I cut/paste some emails into gvim I get lots of blue 'pipe' symbols
embedded in the text. If I do :ascii I get the following:
<| >160, Hex a0, Octal 240
However, I can't
My linux box was started to respond very slowly so i ran top.
What i saw was vim was consuming 90%+ CPU. So i decided to run strace
strace -p revealed
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
--- SIGSEGV (Segmentation fault) ---
over and over again.
The strange
Hello list...
Excuse me if it's off-topic but I'd like to know how to continuously show the status
of CAPS LOCK in the status bar of vim (in text-mode i.e. not the gui). I frequently
mess things up as I've forgotten to turn off CAPS LOCK.
Thanks
/j-p.
--
redhat-li
oyance... Has anyone successfully
gotten VIM
> key mappings and colorschemes to work properly under Putty (or any
Windows
> SSH client for that matter)? Some key mapping (pg up, pg down,
delete, and
> others) are not working as they should and colorschemes are way off.
Not
> sur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Calbazana, Al wrote:
>Silly question, but it's an annoyance... Has anyone successfully gotten VIM
>key mappings and colorschemes to work properly under Putty (or any Windows
>SSH client for that matter)? Some key mapping (pg up, p
On Fri, Jul 05, 2002 at 04:30:09PM -0400, Calbazana, Al wrote:
> Silly question, but it's an annoyance... Has anyone successfully gotten VIM
> key mappings and colorschemes to work properly under Putty (or any Windows
> SSH client for that matter)? Some key mapping (pg up, pg dow
Silly question, but it's an annoyance... Has
anyone successfully gotten VIM key mappings and colorschemes to work properly
under Putty (or any Windows SSH client for that matter)? Some key mapping (pg
up, pg down, delete, and others) are not working as they should and colorscheme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm trying to write a vim script that ends with vim in insert mode. I can
get to insert mode, but vim adds a linefeed, as if I'd pressed the
[Enter] key after my last command. The script file ends on the same line
as the last command (A). T
What is TERM set to when you run vim?
echo $TERM
there are a few termtypes that have strange keymaps.
telnet often exhibits this behavior.
On Thu, 22 Nov 2001, Kevin wrote:
> Hello all,
>
> Call me crazy but i swear i used to be able to use the
> BACKSPACE key in INSERT mode to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>On Thu, Nov 22, 2001 at 03:18:20PM -0500, Kevin wrote:
>> Call me crazy but i swear i used to be able to use the
>> BACKSPACE key in INSERT mode to delete text in vim.
>> Now all i am getting are lines of Ctrl carrots
On Thu, Nov 22, 2001 at 03:18:20PM -0500, Kevin wrote:
> Call me crazy but i swear i used to be able to use the
> BACKSPACE key in INSERT mode to delete text in vim.
> Now all i am getting are lines of Ctrl carrots and ?
> marks. Did something change in vim from RH7.1 to
&
Hello all,
Call me crazy but i swear i used to be able to use the
BACKSPACE key in INSERT mode to delete text in vim.
Now all i am getting are lines of Ctrl carrots and ?
marks. Did something change in vim from RH7.1 to
RH7.2?
Thanks,
VekTeReX
Title: RE: vim
I've wondered about this one - it seems vim always has something highlighted but I've just looked in the help - see if the commands
:syntax off
and
:syntax on
help you.
Dave Stuttard
-Original Message-
From: Steve Lee [SMTP:[EMAIL PROTECTED]]
Sent: Sun
Steve Lee wrote:
> When on does a search in vim using /,
> the word being search is highlighted.
> After, the search how do you tell vim
> not to highlight what you have searched.
I have wondered about this too. I usually do /sdfjimnsd or some other
nonsense string but a :help /
When on does a search in vim using /,
the word being search is highlighted.
After, the search how do you tell vim
not to highlight what you have searched.
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo
That can be controlled
with 'highlight' in .vimrc:
highlight Comment ctermfg=Cyan
This put 'comments' like:
> If someone can figure out the syntax highlighting files I would not mind
> a pointer to a readable document about how to tweak them because they
> are uuuuugly.
bob jones wrote:
>
> Thanks in advance to whomever can help with my next color problem, and
> with inconveniences in using the new versions of vim/vi/view.
>
> In RHL 6.2, vim wants to show colors on the editing display. It makes
> editing difficult, so I turned it off
.dircolors file is set up consistent
with the user's xterm color choices.
Thanks in advance to whomever can help with my next color problem, and
with inconveniences in using the new versions of vim/vi/view.
In RHL 6.2, vim wants to show colors on the editing display. It makes
editing difficul
On Sun, 25 Mar 2001, Liguo Song wrote:
> It is not the right version. The one updated is vim-5.7-8.src.rpm,
> and others. The one at valinux site is vim-5.7-0.6x.src.rpm
>
> I am just wondering whether is violates the GPL is Red Hat fails to
> provide the SRPM for that package.
It is not the right version. The one updated is vim-5.7-8.src.rpm,
and others. The one at valinux site is vim-5.7-0.6x.src.rpm
I am just wondering whether is violates the GPL is Red Hat fails to
provide the SRPM for that package.
Thanks anyway.
Liguo (Leo
On Sat, 24 Mar 2001, Silviu Cojocaru wrote:
> Date: Sat, 24 Mar 2001 11:44:21 +0200 (EET)
> From: Silviu Cojocaru <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: RE: [RHSA-2001:008-02] Updated vim packages available
>
> On Fri,
nt: Friday, March 23, 2001 9:05 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [RHSA-2001:008-02] Updated vim packages available
>
>
> Where is SRPM package?
>
> Thanks.
>
>
> Liguo (Leo)
>
>
>
> ___
> Redhat-lis
ED]]On Behalf Of Liguo Song
> Sent: Friday, March 23, 2001 9:05 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [RHSA-2001:008-02] Updated vim packages available
>
> Where is SRPM package?
>
> Thanks.
>
> Liguo (Leo)
>
> __
rity reasons.
N>
N>-Original Message-
N>From: [EMAIL PROTECTED]
N>[mailto:[EMAIL PROTECTED]]On Behalf Of Liguo Song
N>Sent: Friday, March 23, 2001 9:05 PM
N>To: [EMAIL PROTECTED]
N>Subject: Re: [RHSA-2001:008-02] Updated vim packages available
N>
ginal Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Liguo Song
Sent: Friday, March 23, 2001 9:05 PM
To: [EMAIL PROTECTED]
Subject: Re: [RHSA-2001:008-02] Updated vim packages available
Where is SRPM package?
Thanks.
Liguo
Where is SRPM package?
Thanks.
Liguo (Leo)
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
Thanks
On Thu, 22 Mar 2001, Bret Hughes wrote:
> Steve Lee wrote:
>
> > Does anyone know how to setup vim to
> > make the color for the comments in codes light green
> > so i can read the thing.
>
> I don't know for sure about the light green poart but
Steve Lee wrote:
> Does anyone know how to setup vim to
> make the color for the comments in codes light green
> so i can read the thing.
I don't know for sure about the light green poart but I found that vim
or gvim for that matter don't recognize the back ground s
Does anyone know how to setup vim to
make the color for the comments in codes light green
so i can read the thing.
Much appreciation
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
Thanks in advance.
I really feel stupid to ask this, but ... Now that the vi editor is
linked
to vim, I can't any longer set the right margin and use the vi command
":N!!fmt"
If I want to format paragraphs to long lines, I just can't do it except
manually.
I need help on
I can't seem to turn off the automatic redrawing of the screen with the
version of VIM that comes with Red Hat 6.1. I'm connecting over a slow
link, and want VIM to act like vi, and only update the screen when
entering command mode. The following *should* work:
:set noredr
I made a discovery tonight with regard to terminfo and vim. I was using
Windowmaker and was in an aterm when I su'd to root and then opened a
file with
vim. The file was a mess... full of control characters and crap. This
did not
happen as a normal user and it did not happen on the CLIN as
^X does something in insert (replace) mode ;)
try in vim this command:
:help ins-completion
marek
LiNUX - Live free or die
myself with ":wq" in my
Emacs buffer or doing Emacs keystrokes in vi. Usually this is no big deal,
I kick myself a couple times, get my brain back on the right track and
continue.
One thing that's been annoying me, however, is something that happens in
RedHat where "vi" is
This message was sent from Geocrawler.com by "John Paige" <[EMAIL PROTECTED]>
Be sure to reply to that address.
How do I turn on color highlighting in]
vim-X11-5.3-7?
Can't find anything in the toolbar.
Thanks,
John
Geocrawler.com - The Knowledge Archive
--
To uns
On Fri, 21 Jan 2000, John Paige wrote:
> This message was sent from Geocrawler.com by "John Paige" <[EMAIL PROTECTED]>
> Be sure to reply to that address.
>
> How do I turn on color highlighting in]
> vim-X11-5.3-7?
>
> Can't find anything in the t
s to work?
>
I think you miss the
VIM=/usr/share/vim
....
VIMRUNTIME=/usr/share/vim/vim54
Add it to your profile and try again?
>- Mike
>
>On Wed, 17 Nov 1999, Jones D (ISaCS) wrote:
>
>> > >> How can I highlight the syntax of some file like *.c , *.php?
>> >
:syntax on works fine here.
>> >Make sure you're using vim, and not vi
>
>> Now I can see some color :)
>> But what is the difference of vi and vim?
>> the vi just is the link of vim...
>
>I'm not near a RH6.1 box, but on 6.0 this isn't true..
&
VIM AND VI LISTS
Following a heated discussion about emacs vs vi(m) on the Linux C and
Linux C++ Mailing Lists (see my signature), I created the Vim and Vi
List as well. Although there are other lists existing the people on the
Vim and Vi List seem quite knowledgable and
ile like *.c , *.php?
> > >> :syntax or :syntax on
> > >> error->Sorry, this command is not implemented
> > >:syntax on works fine here.
> > >Make sure you're using vim, and not vi
>
> > Now I can see some color :)
> > But what is the
> >> How can I highlight the syntax of some file like *.c , *.php?
> >> :syntax or :syntax on
> >> error->Sorry, this command is not implemented
> >:syntax on works fine here.
> >Make sure you're using vim, and not vi
> Now I can see some c
Now I can see some color :)
But what is the difference of vi and vim?
the vi just is the link of vim...
*** REPLY SEPARATOR ***
On 1999-11-17 at 11:07 Jones D \(ISaCS\) wrote:
>> guys:
>> How can I highlight the syntax of some file like *.c , *.php?
>>
> guys:
> How can I highlight the syntax of some file like *.c , *.php?
>
> :syntax
> or
> :syntax on
> error->Sorry, this command is not implemented
> ???
:syntax on works fine here.
Make sure you're using vim, and not vi
regards,
Dave.
--
To unsubscr
guys:
How can I highlight the syntax of some file like *.c , *.php?
:syntax
or
:syntax on
error->Sorry, this command is not implemented
???
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.
How were you using them before. I use digraphs all the time under vim
by ":set digraph" and then "e'" to get é. What was ^K doing
for you? You probably need to just remap the key in your .vimrc.
Rob
On Sat, Oct 30, 1999 at 02:05:33PM -0700, Romain Kang wrote:
> T
69 matches
Mail list logo