{
"editor.renderWhitespace": "selection",
"editor.insertSpaces": false,
"editor.tabCompletion": "on",
"editor.autoIndent": "full",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.fontFamily": "'Cascadia Mono PL', 'JetBrains Mono', Consolas, 'Courier New', monospace",
"files.eol": "\n",
"explorer.autoReveal": false,
"workbench.tree.indent": 18
}
分类:备忘
Win7及以下虚拟机初始化配置一般流程
禁用系统还原、禁用屏幕保护程序、禁止关闭屏幕、禁止自动休眠
禁用Windows Defender、禁用自动播放
禁用整理磁盘碎片的计划任务
禁止自动更新
调整按键重复频率(可选)
禁用休眠转储文件,以管理员身份运行:powercfg -h off
安装性能增强驱动
关闭不必要的服务:
Windows Update
Windows Defender
Security Center
Print Spooler
Volume Shadow Copy
文件夹选项,显示隐藏文件、系统文件,不隐藏已知文件扩展名,不缓存缩略图。(可选)
如果是IE6,先访问一次网址,因为第一次打开网址总会关闭窗口并弹出连接向导。
否则,设置始终在新选项卡打开,然后打开两个选项卡,关闭浏览器,为的是勾选关闭多个标签页不要再提醒。
如果IE版本>=10,在关于窗口取消勾选“自动安装新版本”。(可选)
清空Temp目录,清除IE缓存和历史记录。
移除虚拟机的光盘镜像。
我的Sublime Text 3配置
{
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"font_size": 10,
"highlight_line": true,
"hot_exit": false,
"line_padding_bottom": 0.5,
"line_padding_top": 0.5,
"remember_open_files": false,
"tab_size": 4,
"draw_white_space": "selection", //all
"translate_tabs_to_spaces": false,
"update_check": false,
"word_wrap": false,
"update_check": false,
}
我的gVim配置
" 语法高亮
syntax on
" 自动缩进
set ai
" 显示行号
set nu
" tab宽度
set tabstop=4
" 不要自动备份文件
set nobackup
" 不自动换行
set nowrap
" 字体名称、高度、字符集
set gfn=Consolas:h11:cANSI:qDRAFT
" 默认文件编码
set fileencoding=utf-8
" 文件编码
set fileencodings=utf-8,cp93
" 不响应鼠标
set mouse=
set ttymouse=
" 不使用系统剪贴版
set clipboard=