Bought a new Mac Mini, the first time with a Mac, a bit of Linux Foundation, take this opportunity to record their learning process.
1. Personal settings file. Profile
Export ls_options= '--color=auto ' # if not specified, the color is automatically selected export clicolor= ' Yes ' #是否输出颜色export lscolors= ' Exfxcxdxbxegedabagacad ' #指定颜色alias ll= ' ls-l '
Effect: 1. Set the terminal to color, 2. Set Shortcut commands
2.iterm2 is OS X next open source free terminal tool, I basically use it to replace the native Terminal. Website: http://www.iterm2.com
Some basic functions are as follows:
1, sub-window operation: shift+command+d (horizontal) command+d (vertical)
2, Find and paste: command+f, call out Find function, tab select found text, Option+enter paste
3, automatic completion: command+; The Auto-complete window is paged out according to context, and the upper and lower keys Select
4, Paste history: Shift+command+h5, playback function: Option+command+b
6, Fullscreen: Command+enter
7. Where did the cursor go? command+/
8, Expose Tabs:option+command+e
There are many functions, many use more experience.
Mac Computer Learning notes-