Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!nuzba.szn.dk!pnx.dk!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.030 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'indicating': 0.05; 'much!': 0.05; 'python': 0.09; 'django,': 0.09; 'git': 0.09; ':-)': 0.13; 'language': 0.14; 'awesome.': 0.16; 'enough.': 0.16; 'enough?': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'tab,': 0.16; 'undo': 0.16; 'wrote:': 0.17; 'commands,': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'checking': 0.27; 'start,': 0.27; 'tree': 0.27; 'smart': 0.29; "i'm": 0.29; 'code': 0.31; 'to:addr :python-list': 0.33; 'that,': 0.34; 'thanks': 0.34; 'especially': 0.35; 'pm,': 0.35; 'received:org': 0.36; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'subject:: ': 0.38; 'comment': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'think': 0.40; 'subject:, ': 0.61; 'system)': 0.61; 'side': 0.61; 'skip:n 10': 0.63; 'management': 0.65; 'subject:The': 0.71; 'around,': 0.84; 'everything,': 0.84; 'management)': 0.84; 'plugins': 0.84; 'plugins.': 0.84; 'powerline': 0.84; 'window,': 0.84; 'branch,': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Fri, 25 Jan 2013 10:47:44 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121115 Thunderbird/10.0.11 MIME-Version: 1.0 To: python-list@python.org Subject: Re: The best, friendly and easy use Python Editor. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359136080 news.xs4all.nl 6910 [2001:888:2000:d::a6]:58825 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37684 On 01/24/2013 02:14 PM, Tetsuya wrote: > Vim has everything, you just need a bunch of plugins. > I code mainly in python and django, and I use these plugins (among others): > > powerline (status bar indicating git branch, etc..) > syntastic (support for pep8, flake8, pyflakes, etc..) > ctrlp (fuzzy search for filenames) > jedi (*awesome* python smart autocompletion) > tagbar (support for ctags, tags in a side window, jump around, etc) > fugitive (git with vim commands, very useful) > nerdcommenter (smart comment management) > nerdtree (filesystem management, tree of files, etc) > snipmate (snippets and autoexpanding of boilerplates) > gundo (undo management - vim has a smarter-than-others undo system) > supertab (autocomplete everything with TAB, smartly depending on > language and context). > > Is this enough? :-) > I can continue, but I think that, just to start, is enough. Vim wins. Awesome. I'm checking out these plugins right now, especially jedi and supertab. Thanks so much!