diff options
| -rw-r--r-- | mut/aerospace/aerospace.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/aerospace/aerospace.toml b/mut/aerospace/aerospace.toml index aacd535..c5ac71c 100644 --- a/mut/aerospace/aerospace.toml +++ b/mut/aerospace/aerospace.toml @@ -157,7 +157,7 @@ automatically-unhide-macos-hidden-apps = false # See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth cmd-semicolon = 'workspace-back-and-forth' # See: https://nikitabobko.github.io/AeroSpace/commands#move-workspace-to-monitor - # cmd-shift-tab = 'move-workspace-to-monitor --wrap-around next' + cmd-period = 'move-workspace-to-monitor --wrap-around next' # See: https://nikitabobko.github.io/AeroSpace/commands#mode cmd-shift-semicolon = 'mode service' |
