Comments on: Vim setup explained http://writequit.org/blog/2008/09/14/vim-setup-explained/ Tu fui, ego eris Fri, 15 Aug 2014 11:26:27 +0000 hourly 1 http://wordpress.org/?v=4.1.5 By: Dave http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-811 Tue, 18 Oct 2011 08:21:01 +0000 http://writequit.org/blog/?p=195#comment-811 Hi Lee,
Thanks for sharing your vimrc, it’s a nice quick start for this part of vim.
autocmd wasn’t working (for me). It was reset by nocompatible. The helpfiles recomment to put nocompatible at the start of vimrc. That made it work.

]]>
By: Juan Colacelli http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-804 Fri, 02 Sep 2011 12:55:15 +0000 http://writequit.org/blog/?p=195#comment-804 Thank’s for the answer!

I have read this 5 months later :P

]]>
By: Lee http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-793 Wed, 20 Apr 2011 03:03:06 +0000 http://writequit.org/blog/?p=195#comment-793 I believe that is the SimpleFold plugin: http://eigenclass.org/hiki/simplefold

]]>
By: Juan Colacelli http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-792 Tue, 19 Apr 2011 05:06:28 +0000 http://writequit.org/blog/?p=195#comment-792 What configuration or plugin are you using at this image http://writequit.org/blog/wp-content/uploads/2008/10/vimnew.png to toggle the definitions/comments?

]]>
By: nXqd http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-570 Mon, 22 Feb 2010 02:13:21 +0000 http://writequit.org/blog/?p=195#comment-570 I really enjoy your setup as a new Vim user :)

]]>
By: bumblehead http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-441 Mon, 19 Jan 2009 05:31:55 +0000 http://writequit.org/blog/?p=195#comment-441 I was googling and looking for a vim+actionscript work-flow when I found this. No actionscripting, but the vim info is great!

In case anyone else was looking, here’s extra .vimrc actionscript stuff I found

“Preview in similarly-named swf in ‘browser
“command Preview :!firefox %
command Preview :!firefox “%:t:r”.swf

“:DebugF to launch flashplayer debug
command DebugF :! /home/duck/Software/flex_sdk_3/bin/fdb

“:Flash Helloworld.as compile the SWF with mxmlc
“/first/path/to/compiler /second/path/to/project/directory
command -nargs=1 Flash :! /home/duck/Software/flex_sdk_3/bin/mxmlc /home/duck/

]]>
By: cypal http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-387 Tue, 16 Sep 2008 12:24:27 +0000 http://writequit.org/blog/?p=195#comment-387 Only loosely related to this post’s topic, but if you are on the command line you can enter Vim by pressing ctrl+x+e (Bash). Quite useful as well at times.

http://codesnippets.joyent.com/posts/show/1625

And thanks for sharing your pro tips as well!

]]>
By: bartman http://writequit.org/blog/2008/09/14/vim-setup-explained/comment-page-1/#comment-386 Mon, 15 Sep 2008 13:25:24 +0000 http://writequit.org/blog/?p=195#comment-386 That’s nice, man. I’ll have to borrow some of your stuff back :)

]]>