Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Vim tips: Using tabs
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
Re:Why Vim? (im the parent poster of the topic)
Posted by: Anonymous Coward on January 25, 2007 08:37 PMWell first that argumentation is rather trollish, but second, rejoice as vim does support in console mouse.
of course its austere but.. :
set mouse=a
and also for command auto completion:
set wildmenu
set wildmode=list:longest,full
enjoy
#