-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
- [2022-07](book-tips/2022-07.md) | ||
- 咸鱼清单 | ||
- [序章](book-GesF/Prologue.md) | ||
- [Level 1](book-GesF/Level-1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
1. [ ] 下载并安装 [VSCode](https://code.visualstudio.com/ "VSCode"); | ||
2. [ ] 几个相对常用的快捷键; | ||
- [ ] `Ctrl + ~`:打开终端;←「这里其实是指反引号,Esc 下边那个键,和 `Ctrl + J` 有点区别」 | ||
- [ ] `Ctrl + B`:查看: 切换主侧栏可见性; | ||
- [ ] `Ctrl + N`:文件: 新的无标题文本文件; | ||
- [ ] `Ctrl + O`:文件: 打开文件...; | ||
- [ ] `Ctrl + P`:转到文件...—— 切换正在编辑或者**文件夹/工作区**中的文件; | ||
- [ ] `Ctrl + R`:最近打开的**文件夹/工作区**或**文件**; | ||
- [ ] `Ctrl + \`:查看: 拆分编辑器;←「我自己总是记成 `|`」 | ||
- [ ] `Ctrl + Shift + E`:查看: 显示 资源管理器; | ||
- [ ] `Ctrl + Shift + G`:查看: 显示 源代码管理; | ||
- [ ] `Ctrl + Shift + N`:新建窗口; | ||
- [ ] `Ctrl + Shift + P`:显示所有命令; | ||
- [ ] `Ctrl + Shift + X`:查看: 显示 扩展; | ||
3. [ ] 下载并安装 [Git](https://git-scm.com/ "Git");「参考:[安装指引](https://www.wdssmq.com/post/20140804123.html "安装指引")」 | ||
4. [ ] 设置 VSCode 的默认终端为 Git Bash;「参考:[Git Bash](https://www.wdssmq.com/post/20120915760.html "Git Bash")」 | ||
5. [ ] 生成 SSH 密钥,添加公钥至 Git 平台;「参考:[ssh-keygen](https://www.wdssmq.com/post/20201216004.html "ssh-keygen")」 | ||
6. [ ] 克隆仓库至本地; | ||
7. [ ] 打开 `HelloZBlog.code-workspace` 工作区; | ||
8. [ ] 安装推荐的插件;「参考:[VSCode 推荐插件](book-tips/2022-07?id=vscode-设置推荐插件 "VSCode 推荐插件")」 | ||
9. [ ] 标记以上任务为完成并提交修改; | ||
|
||
|
||
<!-- 将下一个查找匹配项添加到选择 --> | ||
<!-- 默认快捷键盘:Ctrl + D --> | ||
|
||
**扩展阅读:** | ||
|
||
- SSH 教程:[https://wangdoc.com/ssh/](https://wangdoc.com/ssh/ "SSH 教程 - 网道") | ||
- editorconfig - 搜索:[https://cn.bing.com/search?q=editorconfig](https://cn.bing.com/search?q=editorconfig "editorconfig - 搜索") | ||
- 「VSCode」快捷键备忘:[https://www.wdssmq.com/post/20130525410.html](https://www.wdssmq.com/post/20130525410.html "「VSCode」快捷键备忘\_电脑网络\_沉冰浮水") |