Archive for 'editors'

my desktop during an intense coding session using xmonad

Posted 01 July 2009 | By | Categories: editors, linux and programming | 6 Comments

Here is what a coding session of mine looks like when I am in full swing. This is specifically the coding screen. That’s a 1920×1600 resolution screen-shot . I obviously also have a browsing screen not shown. In the image above I am immersed into integrating Compass into Pinax (full post on that will follow). [...]

vim mind share soaring: roundup of 10 vim articles, recent and older gems

Posted 26 November 2008 | By | Categories: editors, featured, programming, tip and vim | 16 Comments

Am I the only one to notice that there is a lot of vim love in the airwaves recently? I saw the trend very clearly, spanning from reddit to news.yc and let me say that the material that came up recently is very good; those neat posts prompted me to improve my vimrc dramatically and [...]

setting up osx for some erlang development – yes – with emacs

Posted 30 July 2008 | By | Categories: emacs, mac and programming | 1 Comment

I’ve decided to dig a bit into Erlang. The setup has been painless. I first installed Macports (look here for a step by step guide). With this installed, to install Erlang is a single command: sudo port install erlang Then I looked up the recommended development environment. What a surprise: a lot of people suggest [...]