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

Reply via email to