Last active
February 18, 2021 06:55
-
-
Save mbigras/37bce12c791b585e6506f6b4f275acf8 to your computer and use it in GitHub Desktop.
This file contains 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
ctrl - right : yabai -m space --focus prev || yabai -m space --focus next | |
ctrl + shift - right : (yabai -m window --space prev && yabai -m space --focus prev) || (yabai -m window --space next && yabai -m space --focus next) | |
ctrl - 1 : yabai -m space --focus 1 | |
ctrl - 2 : yabai -m space --focus 2 | |
ctrl - 3 : yabai -m space --focus 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment