functionproxy(){exporthttp_proxy="http://127.0.0.1:8888"exporthttps_proxy="http://127.0.0.1:8888"echo"HTTP Proxy on"} 打开iterm2,开启终端代理,按照官方文档安装homebrew, 这个过程中会安装Command Line Tools for XCode,会比较慢。 安装常用命令行工具 使用brew 安装以下命令行工具: git替换苹果内置的 g...
C-意思是按住 Ctrol 键 M-意指 Meta 键 (键盘上若无 Meta 键,则可以ALT ESC 键来取而代之) DEL意指退格键 ( 不是删除(Delete) key) RET意指回车键 SPC意指空格键 ESC意指Escape键 TAB意指Tab键 像"C-M-" (or "M-C") 这样连在一起的意味着同时按住 Control 和 Meta 键不放. 用方向键 C-...
Unexplainably, context menus and spell-check stopped working in some teams. OK: we have an explanation but we'd rather not discuss it. It's embarrassing. Rest easy knowing that it's fixed here. We found – and cast out – the culprit behind high resource usage while the app's sitting...
2.2. 打开一个新的文件夹窗口,同时按住键 “shift + command + G”,然后在弹出的对话框中输入 ~/资源库/Application Support/Sublime Text 3/Packages/ 即可。 3. 打开 sublimetext 3,点击Sublime Text->Preferences->Settings。 image.png 4. 第 3 步完成后会弹出一个页面,在该页面右侧Preference.sublime-se...
按Command + R可以列出文档中所有的CSS选择器。可以选择并立刻跳转查看。这个操作比使用一般的“查找”功能快得多。 6、拼写检查 如果你经常使用Sublime Text从事英文创作,那么启用拼写检查就非常有用处了。选择Preferences > Settings – User菜单,添加以下代码:"spell_check": true, ...
Unexplainably, context menus and spell-check stopped working in some teams. OK: we have an explanation but we'd rather not discuss it. It's embarrassing. Rest easy knowing that it's fixed here. We found – and cast out – the culprit behind high resource usage while the app's sitting...
(Mac Catalyst)" build destination Run the project. A window with a text area should appear Select the whole text (either using mouse or keyboard command+a) Observe how foregroundColor changes to text (this is the issue) That eventually led to crash 💥 This bug is reported to Apple FB14...
command to Text menu (shift-cmd-Y). If you set a Bibliography Manager via the Preferences, this command will just launch or bring to front the set manager (e.g. Bookends, EndNote or Sente). In the case of Bookends, this means that you can now just hit shift-cmd-Y whilst in ...
{ "keys": ["super+shift+w"], "command": "close_window" }, { "keys": ["super+o"], "command": "prompt_open" }, { "keys": ["super+shift+t"], "command": "reopen_last_file" }, { "keys": ["super+alt+up"], "command": "switch_file", "args": {"extensions": ["cpp"...
“spell_check”: false, // Tab键制表符宽度 “tab_size”: 4, // 设为true时,缩进和遇到Tab键时使用空格替代 “translate_tabs_to_spaces”: false, // 否则作用于单个空格 “use_tab_stops”: true, “detect_indentation”: true, // 按回车时,自动与制表位对齐 ...