Re: trying to leave the GUI world and enter the world of VIM

2007-02-28 Thread john_oshea
Peter Michaux wrote: I looked at the sourceforge page for taglist.vim. That doesn't really look like what I'm after. That is a code browser and I'm looking for a directory tree. You may want to give the memorably-named NERDTree plugin a go. It's the closest thing I've seen so far to TextMate's

Re: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread Peter Michaux
On 2/26/07, Theerasak Photha [EMAIL PROTECTED] wrote: On 2/27/07, Peter Michaux [EMAIL PROTECTED] wrote: I looked at the sourceforge page for taglist.vim. That doesn't really look like what I'm after. That is a code browser and I'm looking for a directory tree.

Odp: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread MikoĊ‚aj Machowski
Does vim have the concept of a project of files? I like the project drawer to the left of the editing window which shows the files and directory structure on my hard drive. Try project or workspace plugins from vim-online. Are there good syntax highlighters for HTML, CSS, JavaScript, C,

Re: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread A.J.Mechelynck
Peter Michaux wrote: Hi Tony, Thanks for all the info. On 2/26/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: If vim does have the concept of a project can I do a project wide search or search and replace in my project? I find this essential for refactoring and cleaning up code when I

Re: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread marc
Peter Michaux said... On 2/26/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: If vim does have the concept of a project can I do a project wide search or search and replace in my project? I find this essential for refactoring and cleaning up code when I realize what I should have called

Re: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread Jean-Rene David
* Peter Michaux [2007.02.26 22:00]: Does vim have the concept of a project of files? You might want to look at this: http://www.vim.org/scripts/script.php?script_id=69 Found by searching vim.org with the keyword 'project'. HTH, -- JR

Re: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread Peter Michaux
Hi JR, Thanks for the link. I appreciate the help. Peter On 2/27/07, Jean-Rene David [EMAIL PROTECTED] wrote: * Peter Michaux [2007.02.26 22:00]: Does vim have the concept of a project of files? You might want to look at this: http://www.vim.org/scripts/script.php?script_id=69 Found by

Re: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread Peter Michaux
Hi Marc, On 2/27/07, marc [EMAIL PROTECTED] wrote: I'm not a vim guru, but I too made the switch from a similar tool to vim as yourself, and needed similar functionality. Here's what I do. I create mappings for the location of projects that I'm working on, and/or their parents. So: nmap

RE: trying to leave the GUI world and enter the world of VIM

2007-02-27 Thread Gene Kwiecinski
Does vim have the concept of a project of files? I like the project drawer to the left of the editing window which shows the files and directory structure on my hard drive. I have no idea, as I never used any such critter, but I'm sure it can be done (or *has* been done; just look for any

Re: trying to leave the GUI world and enter the world of VIM

2007-02-26 Thread Theerasak Photha
On 2/26/07, Peter Michaux [EMAIL PROTECTED] wrote: snip Yes, it has basically everything. Does vim have the concept of a project of files? I like the project drawer to the left of the editing window which shows the files and directory structure on my hard drive. c.f. taglist.vim (see below)

Re: trying to leave the GUI world and enter the world of VIM

2007-02-26 Thread A.J.Mechelynck
Peter Michaux wrote: Hi All, I'm finally trying to buckle down and learn a real text editor. I'll give vim a go first since it looks like I won't have to hold down ctrl all the time like emacs. I currently use Textmate on OS X and it has some great features but I am tired of reaching for my

Re: trying to leave the GUI world and enter the world of VIM

2007-02-26 Thread Peter Michaux
Hi Hanu, Thanks for the response On 2/26/07, Theerasak Photha [EMAIL PROTECTED] wrote: On 2/26/07, Peter Michaux [EMAIL PROTECTED] wrote: Does vim have the concept of a project of files? I like the project drawer to the left of the editing window which shows the files and directory

Re: trying to leave the GUI world and enter the world of VIM

2007-02-26 Thread Peter Michaux
Hi Tony, Thanks for all the info. On 2/26/07, A.J.Mechelynck [EMAIL PROTECTED] wrote: If vim does have the concept of a project can I do a project wide search or search and replace in my project? I find this essential for refactoring and cleaning up code when I realize what I should have

Re: trying to leave the GUI world and enter the world of VIM

2007-02-26 Thread Theerasak Photha
On 2/27/07, Peter Michaux [EMAIL PROTECTED] wrote: Hi Hanu, Thanks for the response On 2/26/07, Theerasak Photha [EMAIL PROTECTED] wrote: On 2/26/07, Peter Michaux [EMAIL PROTECTED] wrote: Does vim have the concept of a project of files? I like the project drawer to the left of the