Last active
July 21, 2025 15:15
-
-
Save sengupta/c08997b4905a9c0b0470a77d8222edcf to your computer and use it in GitHub Desktop.
Digital Life: Secrets and Hack
This file contains hidden or 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
| If you'd like Chrome to restore all open windows _back in same spaces_ they were in when you terminated Chrome, run this: | |
| defaults write com.google.Chrome NSWindowRestoresWorkspaceAtLaunch -bool YES |
This file contains hidden or 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
| To quickly navigate to a tab whose title you know, type: | |
| Cmd + Shift + A | |
| This shortcut is for a Mac. I assume there's something similar for other platforms. |
This file contains hidden or 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
| You can "group" tabs together on Chrome. | |
| Hit `Cmd` and click on the tab headers for whichever tabs you want to group. Or use `Cmd + Shift` if you'd like to select a range of tabs. | |
| Then right click on one of the tab headers, select `Group Tab` and give your tab group a name. | |
| You can also move tab groups from one window to another through drag and drop, or search for a group by name using `Cmd + Shift + A`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment