Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roadhump/GoldenRatio
Sublime Text 2/3 plugin to resize current group by golden ratio
https://github.com/roadhump/GoldenRatio
Last synced: 16 days ago
JSON representation
Sublime Text 2/3 plugin to resize current group by golden ratio
- Host: GitHub
- URL: https://github.com/roadhump/GoldenRatio
- Owner: roadhump
- Created: 2012-10-15T19:47:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T12:38:39.000Z (over 9 years ago)
- Last Synced: 2024-10-12T03:17:13.328Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GoldenRatio
===========Overview
--------GoldenRatio is a [Sublime Text 2](http://www.sublimetext.com/) plugin to resize current group by golden ratio.
It gives the most proportional space for active/unactive groups.Installation
------------* via [PackageControl](http://wbond.net/sublime_packages/package_control)
or
* clone to your Sublime Text 2 `Packages` folder located at
* Windows: %APPDATA%\Sublime Text 2
* OS X: ~/Library/Application Support/Sublime Text 2
* Linux: ~/.config/sublime-text-2Settings
--------Use `Preferences -> Package Settings -> GoldenRatio`
* `auto_resize` - resize group automatically on focus
* `golden_ratio` - ratio itself, proportion of window/active group, 1.05 minKeymaps
-------* Windows and Linux `ctrl+k ctrl+r
* Mac OS `super+k super+r`Credits
-------Inspired by [golden-ratio.el](https://github.com/roman/golden-ratio.el), [Origami](https://github.com/SublimeText/Origami) and [smashingmag](https://twitter.com/smashingmag)
Contributors
-----------Created by Aliaksei Shytkin [roadhump](https://twitter.com/roadhump)
Improved upon with contributions by:
* Jesse Robertson (speilberg0)
* Gat Manuel (Gatix)