Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I use Vim on both Windows and Linux for development in Rails (we have to use Windows in work, and I only use Linux at home). The environment is almost exactly the same for both platforms. Especially important for me is easy navigation between the various Rails components - from Controllers to views, partials and models, and quick navigation to test files.</p> <p>Here are the plugins I use:</p> <ul> <li><a href="http://www.vim.org/scripts/script.php?script_id=1567" rel="noreferrer">Vim Rails</a> by Tim Pope. The :R, :A and gf commands are the ones I use mostly for navigation. </li> <li><a href="http://www.vim.org/scripts/script.php?script_id=1658" rel="noreferrer">NERDTree</a> for a project/explorer view.</li> <li><a href="http://www.vim.org/scripts/script.php?script_id=1218" rel="noreferrer">NERDCommenter</a> for easy multi-line commenting.</li> <li><a href="http://www.vim.org/scripts/script.php?script_id=1984" rel="noreferrer">FuzzyFinder</a> and "<a href="https://github.com/jamis/fuzzyfinder_textmate" rel="noreferrer">FuzzyFinder - Textmate</a>" - allows you to quickly find files based on portins of a file name.</li> <li><a href="http://ctags.sourceforge.net/" rel="noreferrer">Ctags</a></li> <li><a href="http://www.vim.org/scripts/script.php?script_id=42" rel="noreferrer">Bufexplorer</a></li> <li><a href="http://www.vim.org/scripts/script.php?script_id=356" rel="noreferrer">dbext</a> for executing SQL commands and getting the results in a Vim buffer.</li> <li><a href="http://betterthangrep.com/" rel="noreferrer">Ack</a> and the <a href="http://www.vim.org/scripts/script.php?script_id=2572" rel="noreferrer">ack plugin</a> for a better grepping experience from within Vim.</li> <li><a href="http://www.vim.org/scripts/script.php?script_id=1891" rel="noreferrer">VividChalk</a> colour scheme.</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload