博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Sublime text2空格替换tab键
阅读量:7128 次
发布时间:2019-06-28

本文共 741 字,大约阅读时间需要 2 分钟。

  hot3.png

如图想换几个空格就敲几个空格键

{ "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} },{ "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "    ", "exact": false},"context":[{ "key": "setting.tab_completion", "operator": "equal", "operand": true }]},{ "keys": ["tab"], "command": "reindent", "context":[{ "key": "setting.auto_indent", "operator": "equal", "operand": "    " },{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },{ "key": "preceding_text", "operator": "regex_match", "operand": "^$", "match_all": true },{ "key": "following_text", "operator": "regex_match", "operand": "^$", "match_all": true }]},

转载于:https://my.oschina.net/whp/blog/113484

你可能感兴趣的文章
求1+2+3+...+n
查看>>
TeX教程
查看>>
C# DataTable 通过Linq分组
查看>>
bzoj 4484 [Jsoi2015]最小表示——bitset
查看>>
问题 C: A+B Problem II
查看>>
react踩坑 - 1, componentDidMount使用
查看>>
busybox microcom
查看>>
hdu6376 度度熊剪纸条 思维
查看>>
二维数组转换成一维数组
查看>>
API 3个 js对象
查看>>
NUC1178 Kickdown
查看>>
理解和运用javascript中的call及apply
查看>>
VUE-CLI 设置页面title
查看>>
微信备份方法
查看>>
微软商业服务器部署系列3-windows serevr 2008介绍
查看>>
UVA 10564 Paths through the Hourglass(背包)
查看>>
[hdu6437]Problem L. Videos
查看>>
python 数据加密以及生成token和token验证
查看>>
优达学城数据分析师纳米学位——P4项目知识点整理及代码分析
查看>>
压缩 KVM 的 qcow2 镜像文件
查看>>