> For the complete documentation index, see [llms.txt](https://cctang.gitbook.io/softwarecrafting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cctang.gitbook.io/softwarecrafting/tools/vim.md).

# vim

## Helpful Commands

* `:set ff=unix`\
  [Convert DOS line endings to Linux line endings in vim](http://stackoverflow.com/questions/82726/convert-dos-line-endings-to-linux-line-endings-in-vim)
* `:set t_Co=256`\
  [vim colorschemes not changing background color](http://stackoverflow.com/questions/4325682/vim-colorschemes-not-changing-background-color)

## Guides

* [Faster TDD feedback with tmux, tslime.vim, and turbux.vim](http://joshuadavey.com/2012/01/10/faster-tdd-feedback-with-tmux-tslime-vim-and-turbux/)

## Tips

* [Install multiple version of Vim, and make each use different .vimrc file, respectively](http://stackoverflow.com/questions/9801360/install-multiple-version-of-vim-and-make-each-use-different-vimrc-file-respec)

## Add-ons

* [pathogen - plugin and runtime manager](https://github.com/tpope/vim-pathogen)
* [Solarized by Ethan Schoonover - Precision colors for machines and people](http://ethanschoonover.com/solarized)
