Small tweaks, tricks etc to make working in Mac easier. Note: These have been tested on a Mac running macOS Mojave.
-
Show all files and folders(including hidden) in Finder:
- Open terminal application.
- Type
defaults write com.apple.Finder AppleShowAllFiles YES
then click enter. - Click
command+shift+esc
to open Force Quit Applications window. - Select
Finder
(usually the last one in the list). - Click
Relaunch
button at the bottom. - Click
Relaunch
on the pop-up which appeared on the previous click. Source: gotoes.org
-
To save a file with your custom extension in TextEdit application,
- While the TextEdit app is open click:
Format
the app's menu bar. - Click
Make Plain Text
- OR just click
shift+command+T
from your keyboard instead of the above 2 steps.
- While the TextEdit app is open click:
-
To adjust text size in many apps(like Terminal, TextEdit) in the Mac:
- Click
command+<plus>
to increase size. - Click
command+<minus>
to decrease size. - Pinch-to-zoom out or in gesture from the mouse touch pad also works in some apps like TextEdit, but not in Terminal.
- Click
-
We can change the screen resolution to adjust the size of text, icons and other things appearance; open
System Preferences
>Displays
> in the Display tabResolution
option selectScaled
, then click the one of the different options shown below. -
Open a Terminal window directly from any location/folder in Finder, goto System Preferences > Keyboard > Keyboard Shortcuts > Services. Look for "New Terminal at Folder" and "New Terminal Tab at Folder" which can be found under "Files and Folders" sub-header in the list. You can also assign them shortcut keys. Source: stackexchange.com