Created
August 9, 2018 21:58
-
-
Save fidiego/8055c98a656706665e3908ac91643803 to your computer and use it in GitHub Desktop.
Config file for gh:jigish/slate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### | |
# Resize Bindings | |
#### | |
# Full Screen | |
bind m:cmd;alt;ctrl push right bar-resize:screenSizeX | |
# throw to monitor | |
bind left:ctrl;alt throw next | |
bind right:ctrl;alt throw next | |
# Half Size | |
bind right:cmd;alt;ctrl push right bar-resize:screenSizeX/2 | |
bind left:cmd;alt;ctrl push left bar-resize:screenSizeX/2 | |
bind down:cmd;alt;ctrl push down bar-resize:screenSizeY/2 | |
bind up:cmd;alt;ctrl push up bar-resize:screenSizeY/2 | |
# Quarter Height | |
bind down:cmd;alt;ctrl;shift push down bar-resize:screenSizeY/4 | |
# Quarter Size | |
bind right:cmd;alt;shift corner bottom-right resize:screenSizeX/2;screenSizeY/2 | |
bind left:cmd;alt;shift corner top-left resize:screenSizeX/2;screenSizeY/2 | |
bind down:cmd;alt;shift corner bottom-left resize:screenSizeX/2;screenSizeY/2 | |
bind up:cmd;alt;shift corner top-right resize:screenSizeX/2;screenSizeY/2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment