Cursor ============= .. code-block:: bash ~/Library/Application\ Support/Cursor # Cursor AI 聊天历史 Vscode ============= 配置 -------- ``` terminal.integrated.suggest # 关闭终端自动提示 ``` * `转PDF `_ * https://github.com/NightNineCat/markdown-pdf_css .. code-block:: json { "workbench.colorTheme": "Monokai", "files.autoSave": "off", "editor.renderControlCharacters": true, "window.zoomLevel": 1, "workbench.iconTheme": "material-icon-theme", "C_Cpp.updateChannel": "Insiders", "cmake.configureOnOpen": true, "ycmd.path": "/home/promote/.vim/bundle/YouCompleteMe/third_party/ycmd", "ycmd.global_extra_config": "/home/promote/.vim/bundle/YouCompleteMe/.ycm_extra_conf.py", "ycmd.enabled_languages": [ "cpp", "c" ], "http.proxySupport": "off", "files.exclude": { "**/*.pyc": true }, "markdown-pdf.styles": [ "/home/promote/.vscode/extensions/my-mkdown-pdf.styles/markdown-pdf_css/markdown.css" ], // "markdown-pdf.headerTemplate": "
" "markdown-pdf.headerTemplate": "
山东派蒙
" }