vim
Objective
Replace rubymine in my daily work by VIM => Save RAM, be more productive but not give up auto-completion and "Open definition" (ctags in vim) to browse quickly code.
TODO
Read links section
set up look & feel => https://github.com/altercation/vim-colors-solarized
set up some plugins
ruby / js / rails syntax hightlighting
git everything
learn how to insert
how to move
how to copy
customize stuff
learn screen command, set up ssh to do some remote pair programming
DONE
nada
Links
.: the bojicas » Blog Archive » Ctags and Vim for Ruby on Rails Development
http://blog.bojica.com/2010/06/27/ctags-and-vim-for-ruby-on-rails-development
carlhuda/janus - GitHub
https://github.com/carlhuda/janus
rails.vim - Ruby on Rails: easy file navigation, enhanced syntax highlighting, and more : vim online
http://www.vim.org/scripts/script.php?script_id=1567
tpope/vim-rails - GitHub
https://github.com/tpope/vim-rails
Vim: revisited