学习使用mac
1、首先是它的触控板,这个百度一下你就知道,通过设置,设置出最优的最适合自己的方式。
2、作为一个程序员,一定要了解的是它的 快捷方式 不仅适合装B更利于自己的敏捷使用
- 搜索——>commond + 空格
- 打开终端—>搜索-ter
- 选择上一个输入法—> control + 空格
- 在 finder 中搜索 —> option + command + 空格
- 显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles -bool true
- 关闭显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles -bool false
- 截屏:commond+shift+ [ control ] +4/3(全屏) ,加上 control 是截屏到剪切版,不添加 control 是自动默认保存到桌面(Desktop文件夹下)。
- 取某个程序窗口截屏:commond+shift+4+space 出现小相机图标之后,然后移到到要截图的程序上,出现一层遮罩层,点击即可
- 快速打开终端: commond + 空格 搜索 ter
- 打开Hosts:/etc/hosts
- 在Finder中返回上一层文件夹/快速打开Finder 文件夹:command + G + 上箭头
- 隐藏桌面当前内容:command+H
- 隐藏除当前内容外的其他内容:command+option+H
- 最小化桌面当前内容:command+M
- 推出当前内容:command+Q
3、chorme浏览器快捷键
全屏:shift+command+F
选中地址栏:command + L
打开新窗口:command+N
关闭当前窗口:command+shift+w
打开新的标签页:command+T
关闭当前标签页:command+w
在浏览器上打开本地文件:command+O
打开上次关闭的页面(最多10个):command+shift+T
左右切换标签页:command+option+左右箭头
转到标签页的上一个浏览记录:command + [
开发者工具:option+command+I
option+command+j
option+command+c
4、如何修改 hosts 文件:
方法1:
sudo vim /etc/hosts 使用 vim 进行编辑,具体方法查看 vim 的使用。
方法2:
fider --> shift + command + G --> 搜索 /etc/hosts --> 双击查看
5、访问远程:
finder --> commond+K -->smb://地址
6、修改背景图片:
系统偏好设置 --> 桌面与屏幕保护程序 --> 桌面 --> 文件夹下查找
学习、交流、记录、编辑一部自己的知识库