Mac

  • 锁屏(Command+ctrl+q)
  • 文件可见切换(Command+Shift+. )

Git

  • 退出vim编辑模式(按键q或:q+Enter)

SublimeText

WebStorm in Mac

  • 查找替换(Command+R)
  • 格式化(Command+option+L)

shell

  • pwd 显示当前目录路径
  • mkdir 创建空目录
  • ls -ah 显示隐藏目录

npm

  • npm config ls 查看配置
  • npm cache clean 清除缓存

相关文章:

  • 2021-04-24
  • 2021-10-16
  • 2021-10-05
  • 2021-08-23
  • 2021-12-24
  • 2021-06-19
  • 2021-12-04
猜你喜欢
  • 2021-12-05
  • 2021-11-22
  • 2021-10-21
  • 2022-01-08
相关资源
相似解决方案