Who can share some operation skills on mac window management

by Poster Apr 3, 2025 40
I have been using Windows for development, and my wsl is stuck. I just want to join a new company and plan to apply for a mac. Who introduces the tips of window management. # # # The expected usage scenarios of mac are as follows 1. It is possible to open several vscode windows 2. Mainly do the back-end, occasionally the front-end, so there is no strong demand for opening the browser and watching changes at the same time 3. The mac should close the lid and connect an external single monitor 4. Want to try to give up the mouse

Replies

  • Anonymous10365 Apr 3, 2025
    I also switched from windows to mac, currently using alttab + Rectangle The operation logic of alttab is similar to the logic of win's switching program, and it also supports customization. I now have two sets of shortcut keys. alt + tab switches directly in all windows, and alt + ` switches in different windows of the same program. The latter shortcut key is more used. In the case of opening multiple vscodes, when you press this shortcut key in one of the windows, only all vscode windows will appear, and then switch among these windows. Rectangle is a screen window allocation software. There are shortcut keys that can directly put the window in any position on the screen in any proportion. It is also convenient to use after being familiar with the shortcut keys, and it is also easy to use under multiple screens
  • Anonymous10366 Apr 3, 2025
    1. Try moon
  • Anonymous10367 Apr 3, 2025
    In addition, please tell me how to speed up the animation speed of arousing the dispatch center (that is, the touchpad sweeps up with three or four fingers)? I often cut the application, and I feel that the animation speed is too slow and awkward.
  • Anonymous10368 Apr 3, 2025
    The trick is to abandon Mac shortcuts and use Hammerspoon to manage windows I'm dual screen, and Mac's new window default opening location is confusing. If you don't use the mouse, dragging and dropping the touchpad to cut the window is very annoying. So Hammerspoon made a shortcut key to quickly cut the window on the two screens just needed. What comes with the Mac is that you can maximize code, notes and other software, and then switch by the touchpad. This is quite easy to use. But aren't your needs conflicting? You are going to close the lid and give up the mouse, so how are you going to control the computer? Keyboard-only? Isn't this a lot of idle...
  • Anonymous10365 Apr 3, 2025
    @ Anonymous10367 # 23 Try turning on the accessibility function-display-weakening dynamic effect
  • Anonymous1954 Apr 3, 2025
    Skill? Great effort works miracles... I'll just buy 3 monitors. It's because my desktop is not too big, otherwise I want to put 4-6 monitors...
  • Anonymous2059 Apr 3, 2025
    Set it, switch left and right with four fingers on multiple desktops, slide down with four fingers to display all windows of the current App, slide up with four fingers to display all windows of the current desktop, drag the edge of the screen to split the screen/adjust the size
  • Anonymous2059 Apr 3, 2025
    Also, add the upper right corner of the screen to trigger the dispatch center, the lower right corner of the screen to trigger the desktop, and the lower left corner of the screen to trigger the App window. When you need to drag, pay attention to the acceleration of the mouse. If you move fast, you can slide a long distance, and if you move slowly, you can close to stopping, so that your fingers can drag any distance without leaving the touchpad.
  • Anonymous10367 Apr 3, 2025
    @ Anonymous10365 Wow ~ Zane 👍 is exactly what I want
  • Anonymous10369 Apr 3, 2025
    alt-tab software recommendations
  • Anonymous10370 Apr 3, 2025
    vscode One window opens multiple project configurations. "window.nativeTabs": true,//this is great, macOS only
  • Anonymous10370 Apr 3, 2025
    https://i.imgur.com/hyXLtyo.png
  • Anonymous10371 Apr 3, 2025
    I use rectangle for window management, other operations are nothing special, similar to windows
  • Anonymous8394 Apr 3, 2025
    https://github.com/MrKai77/Loop Recommended, fast management window, free and open source
  • Anonymous10372 Apr 3, 2025
    My Magic Control touchpad doesn't feel like I use many shortcut keys to switch windows. Like command + tab and command + ~ are the most used. The former is used for different software windows. The latter is for different windows of the same software. Easy to use
  • Anonymous2884 Apr 3, 2025
    MacOS: Magic Control Board multi-finger switch desktop, install AltTab software and then use Cmd + tab to switch windows Windows: Multi-finger switch desktop on Magic Control Panel, use Alt Tab or three-finger sliding on Magic Control Panel to switch Windows
  • Anonymous10373 Apr 3, 2025
    Multiple desktops are enough
  • Anonymous5227 Apr 3, 2025
    AltTab switches Windows, Rectangle arranges Windows, uBar replaces Dock, Karabiner Elements maps keys to Windows
  • Anonymous8861 Apr 4, 2025
    swish to find out
  • Anonymous10374 Apr 4, 2025
    @ Anonymous2059 # 28 I've been using mac for 9 years. I really didn't realize accelerating this feature before you said it.