Cursor 编辑器, 使用技巧,简单记录一下

使用技巧

  1. 不要开启全局代理,容易断开连接。 底层是 websocket
  2. 渲染 md 文件, Ctrl + Shift + V

重置 cursor 额度, 命令:

使用 powershell

ps1 复制代码
irm https://raw.githubusercontent.com/yeongpin/cursor-free-vip/main/scripts/install.ps1 | iex

终端这个颜色,好骚啊

记录一些快捷键

Ctrl + L 打开聊天界面

Ctrl + K 在当前位置生成内容

修改 chat 界面 字体大小

  1. Ctrl + Shift + P,
  2. 输入: Preferences: Open Settings (JSON)
  3. 然后选择 User settings.json, 其他的没法修改。
  4. 搜索 editor.fontSize, 进行修改
    {
    "editor.fontSize": 16,
    "window.zoomLevel": 0.5,
    "chat.editor.fontSize": 25
    }

C:/Users/Administrator/custom-vscode.css

相关推荐
小糖学代码4 小时前
STL的list模拟实现(带移动构造和emplace版本)
c语言·数据结构·c++·windows·list
一人の梅雨4 小时前
淘宝店铺全量商品接口深度开发:从分页优化到数据完整性保障
linux·windows·microsoft
开心-开心急了6 小时前
Windows 解决vscode 无法激活 miniconda 虚拟环境问题
windows·vscode·conda
码农周7 小时前
Windows下NVM保姆级指南:安装、切换版本、指定路径+淘宝镜像配置,一次搞定!
windows
木木子99998 小时前
Python的typing模块:类型提示 (Type Hinting)
开发语言·windows·python
std78798 小时前
超越编辑器:IntelliJ IDEA,如何成为Java开发的智慧引擎
java·编辑器·intellij-idea
MediaTea8 小时前
Python 编辑器:PyCharm
开发语言·ide·python·pycharm·编辑器
馨羽的玩具10 小时前
Windows系统安装arm麒麟系统
arm开发·windows
MHJ_12 小时前
VSCODE使用指南
ide·vscode·编辑器