I hereby claim:
- I am onelesd on github.
- I am onelesd (https://keybase.io/onelesd) on keybase.
- I have a public key whose fingerprint is 65AE FBB2 A871 A692 8BBA 0D70 2F98 491E 26D8 F7E6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # nice colors | |
| set -g default-terminal screen-256color | |
| # size windows to smalles client _actively_ viewing current window | |
| setw -g aggressive-resize on | |
| # set to zsh | |
| set-option -g default-shell /usr/local/bin/zsh | |
| # we like screen's ctrl-a better |
| activate application "Slack" | |
| tell application "System Events" to tell process "Slack" | |
| key code 125 using {option down, shift down} | |
| end tell | |
| -- use with FastScripts - http://www.red-sweater.com/fastscripts/ | |
| -- FastScripts pauses script execution before key presses until | |
| -- you've released the hotkey meta character. This makes it more | |
| -- reliable than just running it as a Service via a shortcut in | |
| -- System Preferences. |