Config files for vim and tmux, lovingly tended by a small subculture of peace-loving hippies. Built for Mac OS X.
- MacVim (independent or for use in a terminal)
- iTerm 2
- tmux
- Awesome syntax highlighting with the Solarized color scheme
- Want to know more? Fly Vim, First Class
,d
brings up NERDTree, a sidebar buffer for navigating and manipulating files,t
brings up ctrlp.vim, a project file filter for easily opening specific files,b
restricts ctrlp.vim to open buffers,a
starts project search with ack.vim using ag (like ack)ds
/cs
delete/change surrounding characters (e.g."Hey!"
+ds"
=Hey!
,"Hey!"
+cs"'
='Hey!'
) with vim-surround\\\
toggles current line comment\\
toggles visual selection comment linesvii
/vai
visually select in or around the cursor's indent,[space]
strips trailing whitespace<C-]>
jump to definition using ctags,l
begins aligning lines on a string, usually used as,l=
to align assignments<C-hjkl>
move between windows, shorthand for<C-w> hjkl
<C-a>
is the prefix- mouse scroll initiates tmux scroll
prefix v
makes a vertical splitprefix s
makes a horizontal split
rake
In your home directory, Maximum Awesome creates a .vimrc.local
file where you can customize
Vim to your heart’s content. However, we’d love to incorporate your changes and improve Vim
for everyone, so feel free to fork Maximum Awesome and open some pull requests!
rake uninstall
Note that this won't remove everything, but your vim configuration should be reset to whatever it was before installing. Some uninstallation steps will be manual.
- 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
Any contributors to the master maximum-awesome repository must sign the Individual Contributor License Agreement (CLA). It's a short form that covers our bases and makes sure you're eligible to contribute.
When you have a change you'd like to see in the master repository, send a pull request. Before we merge your request, we'll make sure you're in the list of people who have signed a CLA.
Thanks to the vimsters at Square who put this together. Thanks to Tim Pope for his awesome vim plugins.