- cd ~/
- git clone https://github.com/renews/dot-files.git
- bash -x configure
- https://danielmiessler.com/study/vim/
- http://stevelosh.com/blog/2010/09/coming-home-to-vim/#why-i-came-back-to-vim
- https://gist.github.com/bpierre/0a0025d348b6001394e0
- http://vim.wikia.com/wiki/Editing_remote_files_via_scp_in_vim
- http://tnerual.eriogerg.free.fr/vimqrc.html - Shortcuts
- http://naildrivin5.com/blog/2013/04/24/how-to-switch-to-vim.html
- http://fprintf.net/vimCheatSheet.html
- https://linuxmoz.com/vi-commands-cheat-sheet/
- https://www.cs.oberlin.edu/~kuperman/help/vim/home.html
- http://linux.wxs.ro/wp-content/uploads/2011/09/vim-cheatsheet.png
- http://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
Most of them you can get on http://www.vimawesome.com/
- https://github.com/tpope/vim-pathogen - makes it super easy to install plugins and runtime files in their own private directories.
- https://github.com/scrooloose/nerdcommenter - comment uncomment made easy.
- http://github.com/scrooloose/nerdtree - file navigation
- https://github.com/mileszs/ack.vim - Run your favorite search tool from Vim, with an enhanced results list.
- https://github.com/tpope/vim-fugitive - Git wrapper
- https://github.com/tpope/vim-surround - Surround.vim is all about "surroundings": parentheses, brackets, quotes, XML tags, and more. The plugin provides mappings to easily delete, change and add such surroundings in pairs.
- https://github.com/tpope/vim-sensible - Think of sensible.vim as one step above 'nocompatible' mode: a universal set of defaults that (hopefully) everyone can agree on.
- https://github.com/tpope/vim-markdown
- https://github.com/tpope/vim-projectionist - Projectionist provides granular project configuration using "projections"
- https://github.com/rstacruz/sparkup - Sparkup lets you write HTML code faster
- https://github.com/msanders/snipmate.vim - Snippets!
- https://github.com/ervandew/supertab.git - Supertab is a vim plugin which allows you to use for all your insert completion needs (:helpins-completion).
- https://github.com/wincent/Command-T - Kind like command+t/p on sublime
- https://github.com/scrooloose/syntastic - verifying sintax
- http://www.vim.org/scripts/script.php?script_id=1928 - File renamer/ A command and function that basically does a ":saveas " then removes the old filename onthe disk.
- https://github.com/pangloss/vim-javascript - JavaScript bundle for vim, this bundle provides syntax and indent plugins.
- https://github.com/othree/javascript-libraries-syntax.vim - Syntax file for JavaScript libraries
- http://www.vim.org/vimscriptlinks.php - LIST OF MANY LINKS
- https://github.com/tpope/vim-rails
- https://github.com/vim-ruby/vim-ruby
- https://github.com/tpope/vim-bundler
- https://github.com/tpope/vim-cucumber
- https://github.com/skalnik/vim-vroom - Tests runner
- https://github.com/tpope/vim-endwise - This is a simple plugin that helps to end certain structures automatically.
- https://github.com/tpope/vim-rbenv
- https://github.com/kurko/smartest.vim