Last active
February 11, 2019 16:57
-
-
Save thunsaker/6ea9884d5e7b93d95d184b6587e2faf9 to your computer and use it in GitHub Desktop.
Slate config that doesn't take over all of my keyboard shortcuts.
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
# Slate: https://github.com/jigish/slate | |
config defaultToCurrentScreen true | |
config nudgePercentOf screenSize | |
config resizePercentOf screenSize | |
# Push Bindings | |
bind right:ctrl;cmd push right bar-resize:screenSizeX/2 | |
bind left:ctrl;cmd push left bar-resize:screenSizeX/2 | |
bind up:ctrl;cmd push up bar-resize:screenSizeY | |
# Up/Down Split | |
# bind up:ctrl;cmd push up bar-resize:screenSizeY/2 | |
# bind down:ctrl;cmd push down bar-resize:screenSizeY/2 | |
# Throw Bindings | |
bind 1:ctrl;alt throw 0 resize | |
bind 2:ctrl;alt throw 1 resize | |
bind 3:ctrl;alt throw 2 resize | |
# Window Hints | |
bind esc:cmd hint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment