Glad to see there's so many vim users here. I'm also using it lately. Used
Rubymine before. I have to agree with everyone using vim that it's learning
curve is really steep and it takes a while until you get all your
configuration and plugins into place. But i'm feeling that it's worth it :)

Tim, thank You for Autoclose :)

Here are some of the plugins i'd recommend:
command-t instead of fuzzyfinder https://wincent.com/products/command-t
 <https://wincent.com/products/command-t>vim-matchit
https://github.com/tsaleh/vim-matchit
<https://github.com/tsaleh/vim-matchit>tabbar
http://www.vim.org/scripts/script.php?script_id=1338
repeat-vim http://www.vim.org/scripts/script.php?script_id=1338

There are many more i'm using, but these are the ones i'd mention in
addition to Tim's recommendations.

Jarmo

On Mon, Jan 17, 2011 at 5:30 AM, Bret Pettichord <[email protected]>wrote:

> We have standardized on RubyMine at Convio. Me and Hugh and Marek all
> prefer it and therefore are pushing it on the rest of our co-workers.
>
> It's support for Cucumber is awesome.
>
> Bret
>
>
>
>
> On Sun, Jan 16, 2011 at 9:00 PM, Tim Koopmans <[email protected]> wrote:
>
>> I should also add,
>>
>> Some essential plugins for vim (macvim on mac or gvim on windows)
>> FuzzyFinder (for files/directories)
>> http://www.vim.org/scripts/script.php?script_id=1984
>> NerdTree (for a tree based explorer)
>> http://www.vim.org/scripts/script.php?script_id=1658
>> AutoClose http://www.vim.org/scripts/script.php?script_id=1849
>> Comments http://www.vim.org/scripts/script.php?script_id=1528
>> Endwise http://www.vim.org/scripts/script.php?script_id=2386
>> Surround http://www.vim.org/scripts/script.php?script_id=1697
>>
>> I also map execution of ruby files to the current file edited with F5 as
>> such:
>> nnoremap <silent> <F5> :!ruby %<CR>
>>
>> Like Charley, I'm still forcing myself to learn different plugins /
>> shortcuts etc as I enjoy being able to take my .vim directory onto any
>> platform (osx at home, winxp at work, linux at other client sites etc) and
>> have a consistent way of doing things ...
>>
>>
>> Cheers,
>> Tim
>>
>>
>>
>> On Mon, Jan 17, 2011 at 12:52 PM, Alister Scott 
>> <[email protected]>wrote:
>>
>>> I have been using RubyMine extensively and exclusively.
>>> Whilst it is paid, some of the benefits include:
>>> * Cross Platform
>>> * Excellent Cucumber support
>>> * Excellent debug support
>>>
>>> IMO, it is well worth the small investment.
>>>
>>> Cheers,
>>> Alister
>>>
>>> Alister Scott
>>> Brisbane, Australia
>>> Watir Web Master: http://watir.com
>>> Blog: http://watirmelon.com
>>> LinkedIn: http://www.linkedin.com/in/alisterscott
>>>
>>> "There are two ways to get enough: One is to continue to accumulate more
>>> and more. The other is to desire less." *~ G. K. Chesterton*
>>>
>>>
>>> On Mon, Jan 17, 2011 at 11:15 AM, Basim Baassiri <[email protected]>wrote:
>>>
>>>> Hi Everyone,
>>>>
>>>> I've been following both general and development list for a sometime and
>>>> some of you might of noticed my activity more on the general list.
>>>>
>>>> I have a question to everyone as to what IDE they use ?
>>>>
>>>> I'm on windows and I'm using a text editor similar to Notepad++ called
>>>> EditPlus which allows me to issue a key sequence to run Ruby with the
>>>> current file
>>>>
>>>> What do you use?
>>>>
>>>> Basim
>>>>
>>>> _______________________________________________
>>>> Wtr-development mailing list
>>>> [email protected]
>>>> http://rubyforge.org/mailman/listinfo/wtr-development
>>>>
>>>
>>>
>>> _______________________________________________
>>> Wtr-development mailing list
>>> [email protected]
>>> http://rubyforge.org/mailman/listinfo/wtr-development
>>>
>>
>>
>> _______________________________________________
>> Wtr-development mailing list
>> [email protected]
>> http://rubyforge.org/mailman/listinfo/wtr-development
>>
>
>
>
> --
> Bret Pettichord
> Director, Watir Project, www.watir.com
>
> Blog, www.testingwithvision.com
> Twitter, www.twitter.com/bpettichord
>
>
> _______________________________________________
> Wtr-development mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/wtr-development
>
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to