Open monkindey opened 8 years ago
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
皮肤暂时最喜欢 Honukai
强行装逼利器
brew install archey
在命令行执行 archey
Sublime Text 把-连接的两个单词当成一个,双击选中单词的话,a-b会被选中
sublime.log_commands(True) 打印出你现在操作是哪一个命令
brew cask install qlmarkdown
找到根目录的路径
CSS详细介绍
查看sublime-package 修改Sublime Text3 的侧边栏字体大小
在Mac安装nginx服务器
The table shows statistics and a ranking of the 10k most popular JavaScript projects on Github
a small JavaScript benchmark tool
当你要多行操作并且设置某个属性是从1到XXX的时候怎么办呢?
复制文件路径
cmd + option + c
like that: 😂
cmd + ctrl + space
写Babel plugin必备
System Preferences - Accessibility - Mouse & Trackpad - Trackpad Options - Enable dragging
Cmd + ,
psql命令
View -> Syntax -> Open all with current extension as ...
比如用HTML去高亮微信小程序的wxml
可以方便你用ES6来看效果
一张图来介绍这个工具有什么用,之前就有这个想法,没想到人家已经做出来了
dd
:set number
:xxx
访问 chrome://chrome/settings/passwords
Escape character is '^]'.
一个造假数据的玩意, 还是挺好的
让你的HTTP回应慢了几秒
how to make a pull request with github
一个还是挺值得去看的演讲的
用文字来画流程图
场景 | 解决方案 |
---|---|
新建一个文件, copy了其他代码, 但是不想保存它又想高亮怎么办呢 | How to manually set language for syntax highlighting in Visual Studio Code |
需要Reveal in Sidebar | https://github.com/Microsoft/vscode/issues/11273#issuecomment-279025087 |
有时候node_modules在vscode同步不过来 | 重新加载这个文件夹就行了 |
查看Node API | Help > Toggle Developer Tools > Console 然后输入require('fs') |
有时候打开一个文件会被其它文件覆盖 | "workbench.editor.enablePreview": false |
stop scrolling revealing active file in explorer | autoReveal为false |
highlight tpl as HTML | https://github.com/Microsoft/vscode/issues/5304#issuecomment-210755236 |
Emmet with JS files (JSX) | https://github.com/Microsoft/vscode/issues/4962#issuecomment-250140799 |
feature | shortcut |
---|---|
Undo cursor position | cmd + U |
Toggle README preview | cmd + shift + v |
光标移动到匹配的括号 | cmd + m |
markdown preview | ⇧⌘V |
跳到之前鼠标的位置 | ctrl + - |
跳到之后鼠标的位置 | ctrl + shift + - |
属于自己的工作流