文章分为两段: Chapter 1: 介绍一些写作的排版风格 Chapter 2: 介绍一些“鲜为人知”的 Mac OS X 技巧
Chapter 1: 排版风格
空格的使用
-
中英文 之间加空格
-
中文与数字 之间加空格
-
数字与单位 之间加空格
-
全角标点与其它字符 之间不加空格
例:
在 LeanCloud 上,数据存储是围绕 AVObject 进行的。
今天出去买菜花了 5000 元。
我家的宽带有 1 Gpbs,硬盘一共有 10 TB。
刚刚买了一部 iPhone,好开心。
标点相关
- 不重复使用
标点符号
- 全角和半角(数字使用半角)
- 英文大小写
例:
德国队竟然战胜了巴西队!
核磁共振成像(NMRI)是什么原理?
这件蛋糕只卖 100 元。
GitHub
段落
- 段落
间距 :段落之间留一空行
- 段落
开头 :段落开头不留空白字符
对第三方内容的引用
部分引用
合适的格式 给出出处 ,例如:
“You don’t have to know everything. You simply need to know where to find it when necessary.” (John Brunner)
全文引用
在明显位置 提供原文超链接 ,或用文本的形式给出原文链接,例如:
本文转载自:原文标题
本文转载自:原文标题(http://)
推荐阅读
Chapter 2: 那些鲜为人知的 Mac OS X 技巧
功能键
- Command:?
- Shift:?
- Option:?
- Control: ^
- Caps Lock:?
- Fn
词典(Dictionary)
-
词典路径 (Dictionary Folder):/Library/Dictionaries (快捷键:Shift + Command + G )
-
三指点触 (Three-finger Tap):查询选中的单词(快捷键:Control + Command + D )
截屏(SCREEN CAPTURE - SHORTCUTS $ MODIFIER KEYS)
全屏截屏
- 直接保存截图:
Shift + Command + 3
- 截图保存至剪切板:
Control + Shift + Command + 3
区域截屏
- 截某个区域:
Shift + Command + 4 和 Control + Shift + Command + 4
- 截整个窗口:
选中已打开的窗口 --使用区域截屏快捷键 --点击 Space 键 --点击触控板完成截图
截屏快捷键更改
前往 System Preferences - Keyboard - Shortcuts - Screen Shots 更改。
Screen Shots
区域截图一些辅助键
-
Option :等比例截图
-
Shift :固定截图区的高度(宽度),只改变截图的宽度(高度)
-
Space :截图选中的窗口
命令行中修改截屏的默认配置
defaults write com.apple.screencapture disable-shadow -bool (true|false)
defaults write com.apple.screencapture type (bmp|jpg|jp2|pdf|pict|png|psd|tif)
defaults write com.apple.screencapture name "YOUR PREFIX HERE"
defaults write com.apple.screencapture location ~/Pictures/Screen\ Shots/
免费好用的截屏软件
Lightshot ScreenShot:可以对图片进行标注
文字编辑中的 Emacs 快捷键(EMACS KEYBINDINGS)
编辑中的光标移动
- Control + F (Forward):光标
右移
- Control + B (Backward):光标
左移
- Control + P (Previous):光标
上移
- Control + N (Next):光标
下移
- Control + A :光标移
至段落头部 (Move to the Beginning of the Paragraph)
- Control + E (End):光标移
至段落尾部 (Move to the End of the Paragraph)
文本编辑
- Control + H :移除光标
左一字符
- Control + D (Delete):移除光标
右一字符
- Control + K :移除光标
右侧内容 ,至段落结束(Delete to the End of the Paragraph)
- Control + O :在光标处
换行 ,相当于回车键(Split the Current Line)
- Control + T (Transpose):交换光标
前后一字符 位置(Transpose Letters)
组合按键
- Control + AK:移除
光标所在行 (Clear Current Line)
- Control + EK:与后一行
合并 (Join Lines)
Dock
展示最近打开的应用(Recent Applications)
终端执行完以下命令 后重启 Dock 即可:
defaults write com.apple.dock persistent-others -array-add '{"tile-data" = {"list-type" = 1;}; "tile-type" = "recents-tile"; }'
killall -KILL Dock
Recent Applications
触发角(HOT CORNERS)
鼠标 移动到对应的边角 ,触发对应的操作
在 System Preferences - Mission Control - Hot Corners 下设置:
Hot Corners
附加技能
参考:
Screen Capture in OS X
How can I create a 'Recent Apps' stack in Dock?
Quick Look plugins
Awesome OS X Command Line
|