-
Notifications
You must be signed in to change notification settings - Fork 6
Setting up Mac OS
visualtrade-sergey edited this page Dec 18, 2016
·
6 revisions
Go to System Preferences
-> Sharing
, check Remote Login
checkbox
- Transmit - transfer files to remote servers
- Mou - write Markdown like a pro
-
Command + Shift + 3
- take a screenshot of the screen -
Command + Shift +4
- take a screenshot of a certain part of the screen -
Fn + Power Off/On
- show the restart/sleep/shutdown dialog -
Ctrl + Option + Command + 8
- invert colors on/off (this feature is off by default, enable it in System Preferences -> Keyboard -> Shortcuts -> Accessibility -> Invert Colors) -
Command + ,
- open app preferences - Minimize/Hide app -
Command + m
- Unminimize/Unhide app - hold
Command
and pressTAB
as many times as it requires to select the app you need to unminimize in the apps switch panel, then holdOption
and let go theCommand
key.
-
Command + u
- toggle the background transparency
-
Command + L
- focus address bar
-
Shift + Command + a
- Go to Applications folder -
Shift + Command + d
- Go to Desktop -
Shift + Command + u
- Go to Utilities
-
Shift + Command + .
- show / hide hidden files
-
Command + f
- focus search input
- In order for Alfred to pick up MacVim that was installed via Homebrew, follow this post
- Press
Ctrl + Command + Space
to open dialog with emoji icons - When adjusting volume/brightnes if holding
Shift + Option
the adjustment will be more accurate - To quickly close a running application:
Command + Tab
and pressq
when desired application is hovers to close it, or pressh
to hide it. - You can remove application from launchpad by pressing
Option
and clicking on appearedX
icon above the application you want to uninstall - When a file is selected in Finder, press
Space
to quickly preview it. - Press
Control + F7
to toggle TAB navigation mode (text boxes and lists only / all elements) - Press
Fn + Backspace
to delete character after the cursor
-
Remove the auto-hide Dock delay
defaults write com.apple.Dock autohide-delay -float 0 && killall Dock
-
Speed up Mission Control animation
defaults write com.apple.dock expose-animation-duration -float 0.1 && killall Dock
-
Unhide
~/Library
folderchflags nohidden ~/Library
-
Unhide dotfiles
defaults write com.apple.finder AppleShowAllFiles -bool YES && killall Finder