[OT] Which IDE / Editor do you use?

Brad Anderson eco at gnuk.net
Fri Sep 13 18:28:29 PDT 2013


On Friday, 13 September 2013 at 23:57:09 UTC, Jonathan M Davis 
wrote:
> On Friday, September 13, 2013 22:24:19 Justin Whear wrote:
>> On Fri, 13 Sep 2013 18:06:50 -0400, Jonathan M Davis wrote:
>> > I don't actually use any of the GUI controls. It's just 
>> > useful to have
>> > vim in a window that I can resize (you also get better color 
>> > choices
>> > than in the shell).
>> 
>> Yeah, my .gvimrc is basically just turning off all the GUI 
>> elements, the
>> very first thing I did when I started using it..
>
> I should try that.
>
> - Jonathan M Davis

if has("gui_running")
     set guioptions-=m " hide menu
     set guioptions-=T " hide toolbar
endif

Is what I do. Nice and clean.


More information about the Digitalmars-d mailing list