- Still somewhat experimental, so use with caution. Linux (currently just Ubuntu) port of Maximum Awesome from (https://github.com/square/maximum-awesome).
Ubuntu, with git and rake installed. To get them you could do
sudo apt-get install git rake- tmux
- Awesome syntax highlighting with the Solarized color scheme
,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 owners of the original maximum-awesome repo (https://github.com/square/maximum-awesome).