Skip to content

Instantly share code, notes, and snippets.

@mbigras
Last active February 18, 2021 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbigras/37bce12c791b585e6506f6b4f275acf8 to your computer and use it in GitHub Desktop.
Save mbigras/37bce12c791b585e6506f6b4f275acf8 to your computer and use it in GitHub Desktop.
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