Re: What's worng with my .vimrc

2006-10-09 Thread Yakov Lerner

On 10/9/06, Billy Patton [EMAIL PROTECTED] wrote:

I have used this file for years.  I got laid off and rehired 10 months
later.  I was using it steadily for the last 10 years.  Then after the 10
months it no longer works.
Everything works properly in gvim but it doesn't in vim.
I have the function keys programmed,  I espically use f1-4.



 F1 show buffers
map f1  :buffersCR


- What is your $TERM (echo $TERM)

- What does this show: :set F1  ?

- What does vim show on screen when you do the following:
Press i to enter insert mode
Press Ctrl-V
Press F1

- Which terminal do you use (xterm ,konsole, urxvt, ...); which
Linux ?

Yakov


RE: What's worng with my .vimrc

2006-10-09 Thread Billy Patton
Yep that fixed it.  I'm back to normal.
I had my function keys programmed to edit or change directories when in a
xterm, by highlighting and hitting the correct function key.

So how can I have both? 

 -Original Message-
 From: Billy Patton [mailto:[EMAIL PROTECTED] 
 Sent: Monday, October 09, 2006 7:56 AM
 To: 'Yakov Lerner'
 Cc: vim@vim.org
 Subject: RE: What's worng with my .vimrc
 
 I think I know what it is :)
 I'm mapping the function keys in my .Xdefaults
 
  -Original Message-
  From: Yakov Lerner [mailto:[EMAIL PROTECTED]
  Sent: Monday, October 09, 2006 6:30 AM
  To: Billy Patton
  Cc: vim@vim.org
  Subject: Re: What's worng with my .vimrc
  
  On 10/9/06, Billy Patton [EMAIL PROTECTED] wrote:
   I have used this file for years.  I got laid off and
  rehired 10 months
   later.  I was using it steadily for the last 10 years.  
  Then after the
   10 months it no longer works.
   Everything works properly in gvim but it doesn't in vim.
   I have the function keys programmed,  I espically use f1-4.
  
F1 show buffers
   map f1  :buffersCR
  
  - What is your $TERM (echo $TERM)
  
  - What does this show: :set F1  ?
  
  - What does vim show on screen when you do the following:
   Press i to enter insert mode
   Press Ctrl-V
   Press F1
  
  - Which terminal do you use (xterm ,konsole, urxvt, ...); 
 which Linux 
  ?
  
  Yakov