WARNING! This repository is no longer maintained.
Config files for vim and tmux, lovingly tended by a small subculture of peace-loving hippies. Built for Mac OS X
This is a fork of the awesome square/maximum-awesome repo. I added the following some plugins, settings and themes, which suits more my preferences. It's a bit more opiniated than the original (although keeping it lightweight), but I think would be great for Vim beginners (like me).
You can add () any additional vim plugins by adding the git repository info in the .gitmodules file.
- Full Ubuntu/Debian support
- Better installation experience in both platforms
- Gvim (vim-gnome package)
- tmux
- ctags
- the_silver_searcher
- Awesome syntax highlighting with the Solarized color scheme
- Jellybeans theme
- Vim-airline (this needs to be in the original repo imo)
- Console dialogs, disabled MacVim's popup dialog
- YouCompleteMe plugin
- auto-pairs plugin
- and vim-multiple-cursors, great for refactoring
,dbrings up NERDTree, a sidebar buffer for navigating and manipulating files,tbrings up ctrlp.vim, a project file filter for easily opening specific files,brestricts ctrlp.vim to open buffers,astarts project search with ack.vim using ag (like ack)ds/csdelete/change surrounding characters (e.g."Hey!"+ds"=Hey!,"Hey!"+cs"'='Hey!') with vim-surround\\\toggles current line comment\\toggles visual selection comment linesvii/vaivisually select in or around the cursor's indent,[space]strips trailing whitespace^]jump to definition using ctags,lbegins aligning lines on a string, usually used as,l=to align assignments^hjklmove between windows, shorthand for^w hjkl
^ais the prefix- mouse scroll initiates tmux scroll
prefix vmakes a vertical splitprefix smakes a horizontal split
rake
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Thanks to the vimsters at Square who put this together. Thanks to Tim Pope for his awesome vim plugins.
