[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7712":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":16,"starSnapshotCount":16,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},7712,"maximum-awesome","square\u002Fmaximum-awesome","square","Config files for vim and tmux.","",null,"Ruby",5699,956,284,26,0,1,3,39.94,"Other",false,"master",[],"2026-06-12 02:01:43","# Maximum Awesome\n\nConfig files for vim and tmux, lovingly tended by a small subculture of\npeace-loving hippies. Built for Mac OS X.\n\n## What's in it?\n\n* [MacVim](https:\u002F\u002Fgithub.com\u002Fmacvim-dev\u002Fmacvim) (independent or for use in a terminal)\n* [iTerm 2](https:\u002F\u002Fwww.iterm2.com\u002F)\n* [tmux](https:\u002F\u002Ftmux.github.io\u002F)\n* Awesome syntax highlighting with the [Solarized color scheme](https:\u002F\u002Fethanschoonover.com\u002Fsolarized\u002F)\n* Want to know more? [Fly Vim, First Class](https:\u002F\u002Fdeveloper.squareup.com\u002Fblog\u002Ffly-vim-first-class)\n\n### vim\n\nThe following assume your [leader key](https:\u002F\u002Fvim.works\u002F2019\u002F03\u002F03\u002Fvims-leader-key-wtf-is-it\u002F#:~:text=Vim%20has%20the%20key,easier%20to%20type%20or%20remember.) is set to `,`. \n\nYou can change your leader key using the following setting in your `.vimrc`:\n\n`let mapleader=','`\n\n\n* `,d` brings up [NERDTree](https:\u002F\u002Fgithub.com\u002Fscrooloose\u002Fnerdtree), a sidebar buffer for navigating and manipulating files\n* `,t` brings up [ctrlp.vim](https:\u002F\u002Fgithub.com\u002Fctrlpvim\u002Fctrlp.vim), a project file filter for easily opening specific files\n* `,b` restricts ctrlp.vim to open buffers\n* `,a` starts project search with [ag.vim](https:\u002F\u002Fgithub.com\u002Frking\u002Fag.vim) using [the silver searcher](https:\u002F\u002Fgithub.com\u002Fggreer\u002Fthe_silver_searcher) (like ack, but faster)\n* `ds`\u002F`cs` delete\u002Fchange surrounding characters (e.g. `\"Hey!\"` + `ds\"` = `Hey!`, `\"Hey!\"` + `cs\"'` = `'Hey!'`) with [vim-surround](https:\u002F\u002Fgithub.com\u002Ftpope\u002Fvim-surround)\n* `gcc` toggles current line comment\n* `gc` toggles visual selection comment lines\n* `vii`\u002F`vai` visually select *in* or *around* the cursor's indent\n* `Vp`\u002F`vp` replaces visual selection with default register *without* yanking selected text (works with any visual selection)\n* `,[space]` strips trailing whitespace\n* `\u003CC-]>` jump to definition using ctags\n* `,l` begins aligning lines on a string, usually used as `,l=` to align assignments\n* `\u003CC-hjkl>` move between windows, shorthand for `\u003CC-w> hjkl`\n\n### tmux\n\n* `\u003CC-a>` is the prefix\n* mouse scroll initiates tmux scroll\n* `prefix v` makes a vertical split\n* `prefix s` makes a horizontal split\n\nIf you have three or more panes:\n* `prefix +` opens up the main-horizontal-layout\n* `prefix =` opens up the main-vertical-layout\n\nYou can adjust the size of the smaller panes in `tmux.conf` by lowering or increasing the `other-pane-height` and `other-pane-width` options.\n\n## Install\n\n    rake\n\n## Update\n\n    rake\n\nThis will update all installed plugins using Vundle's `:PluginInstall!`\ncommand. Any errors encountered during this process may be resolved by clearing\nout the problematic directories in ~\u002F.vim\u002Fbundle. `:help PluginInstall`\nprovides more detailed information about Vundle.\n\n## Customize\nIn your home directory, Maximum Awesome creates `.vimrc.local`, `.vimrc.bundles.local` and `.tmux.conf.local` files where you can customize\nVim and tmux to your heart’s content. However, we’d love to incorporate your changes and improve Vim and tmux\nfor everyone, so feel free to fork Maximum Awesome and open some pull requests!\n\n## Uninstall\n\n    rake uninstall\n\nNote 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.\n\n## Contribute\n\nBefore creating your pull request, consider whether the feature you want to add\nis something that you think *every* user of maximum-awesome should have. Is it\nsupport for a very common language people would ordinarily use vim to write? Is\nit a useful utility that does not change many defaults and composes well with\nother parts of maximum-awesome? If so then perhaps it would be a good fit. If\nnot, perhaps keep it in your `*.local` files. This does not apply to bug fixes.\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nAny contributors to the master maximum-awesome repository must sign the\n[Individual Contributor License Agreement (CLA)][cla].  It's a short form that\ncovers our bases and makes sure you're eligible to contribute.\n\n[cla]: https:\u002F\u002Fspreadsheets.google.com\u002Fspreadsheet\u002Fviewform?formkey=dDViT2xzUHAwRkI3X3k5Z0lQM091OGc6MQ&ndplr=1\n\nWhen you have a change you'd like to see in the master repository, [send a pull\nrequest](https:\u002F\u002Fgithub.com\u002Fsquare\u002Fmaximum-awesome\u002Fpulls). Before we merge your\nrequest, we'll make sure you're in the list of people who have signed a CLA.\n\n## Acknowledgements\n\nThanks to the vimsters at Square who put this together. Thanks to Tim Pope for\nhis awesome vim plugins.\n","Maximum Awesome 是一套为 Mac OS X 系统定制的 Vim 和 Tmux 配置文件。它集成了 MacVim、iTerm 2 和 tmux，提供了丰富的快捷键和插件支持，如 NERDTree 文件浏览、ctrlp.vim 项目文件搜索、ag.vim 代码搜索等，同时采用了 Solarized 配色方案以增强语法高亮效果。该项目适合需要高效编辑环境的开发者，特别是那些经常使用命令行工具进行编程工作的用户。通过简单的 `rake` 命令即可完成安装与更新，方便快捷。",2,"2026-06-11 03:13:57","top_language"]