Re: Key mapping on , and . with CTRL

2006-10-27 Thread ymc014
 Another question is how I can check all of the current key mappings in
 VIM? I remembered I saw something about it before, but failed to find
 it out.

try

  :map

hth,
ymc


Re: Automatically adding header into file with specific extension

2006-10-18 Thread ymc014
hi,

please take a look at vim tip #434 the example there is for *.h and *.cpp
files but you might find some idea from it.

hth,
ymc


- Original Message - 
From: Gundala Viswanath [EMAIL PROTECTED]
To: vim@vim.org
Sent: Wednesday, October 18, 2006 4:19 PM
Subject: Automatically adding header into file with specific extension


 Hi,

 I want to be able to have VIM automatically
 insert this line:

 #!/usr/bin/python

 Whenever I open a NEW file with *.py or *.egg extension
 for example

 under bash
 $ vi mycode.py

 or

 $ vi mycode.egg

 or under VI

 : e mycode.py

 Is it possible?

 -- 
 Gundala Viswanath




Re: set vb t_vb=

2006-08-27 Thread ymc014

  I'll send you my vimrc privately as an example; no need to
  spam the list  with it.
 
 spam away ;-)
 
 -- 
 Mark
 

I'm curious too, i know i'll learn a lot from it.

regards,
harvey


Re: VIM 7: feature documentation

2006-05-09 Thread ymc014

- Original Message - 
From: Fabio Rotondo [EMAIL PROTECTED]
To: vim@vim.org
Sent: Tuesday, May 09, 2006 3:11 PM
Subject: VIM 7: feature documentation


 Hi everybody,

 I am really new to this list, just installed the latest Vim and I'd like
 to know where can I look for a detailed documentation of the new features.

 Thanks in advance.

 Ciao,

 Fabio




Hello Fabio,

You could try typing this in normal mode

 :help

a list of help topics would be displayed.


HTH,
hernan



Re: Svn and patches

2006-04-28 Thread ymc014
Thank you for the info


- Original Message - 
From: Edward L. Fox [EMAIL PROTECTED]
To: Suresh Govindachar [EMAIL PROTECTED]; vim@vim.org
Sent: Friday, April 28, 2006 1:19 PM
Subject: Re: Svn and patches



 
 Hi, I'm the subversion repository maintainer. I sync the subversion
 repository with the CVS repository everyday at about 9:00 (+0800), or
 1:00 (GMT). So if you checkout the code at about 2:00 (GMT), you can
 get the latest version. :-)