|
|
|
|
|
by qubitcoder
4116 days ago
|
|
When I first switched to OS X, Finder seemed like it lacked some basic features. But like much of OS X, once you learn the keyboard shortcuts, the real power shines through. There's a helpful free app for discovering them [1]. After holding the Command key for a few seconds, an overlay will appear with all the shortcuts for your current app. I use BetterSnapTool [2] for window management. You can drag a window to some edge for quick resize/snap options, similar to Windows. Personally, I use Vim-inspired bindings to move windows around quickly. E.g. Command-Shift-J snaps a window to the left half; Command-Shift-K to the right. And Command-Shift-M to fully maximize a window. To snap windows to each of the four corners, I use the same pattern followed by 1,2 or 3,4. There’s lots of useful shortcuts you can configure, like sending windows back and forth between two monitors. Or just moving the mouse to reposition a window--or resize it--by holding down some key. I believe you can also customize the behavior when double-clicking the title bar. As a user of i3/Xmonad on linux, this setup works well for me on OS X; I rarely use the track-pad to move windows around. And the iTerm hot-key shortcut toggles a popup terminal on the top right corner of my screen (or wherever you like). [1] http://www.mediaatelier.com/CheatSheet/
[2] https://itunes.apple.com/us/app/bettersnaptool/id417375580?m... |
|