修改命令行名称
Mac 命令行 修改
vim ~/.bash_profile
修改命令行为 $
export PS1="$ "
让配置文件立即生效
source ~/.bash_profile
如果 ~/.bash_profile 不会默认加载,每次都需要source ~/.bash_profile
可以配置
在~/.zshrc文件最后,增加一行:
source ~/.bash_profile
Mac相关
fn + delete 向后删除
command + r 刷新
command + left 行首
Command-Shift-4 截取
Command-Shift-3 截取全屏
sudo chmod –R 0777 /Applications/XAMPP/xamppfiles/htdocs/jm/e/tool/gbook 修改目录权限为0777
VS Code
! + tab 快速创建html文件
div*3#testid${内容}
Option + shift + f 格式化代码
Option + shift + 上/下 上下复制一行代码
Option + 上/下 上下移动一行
Option + shift + 鼠标左键 多行同时编辑
Control + tab 切换文件
Command +shift + k 删除一行
微信小程序编辑器
shift + alt + f 代码格式化
shift + alt + up 向上复制一行
alt + up 向上移动一行
cocoapods
//gem更新
gem update --system
//修改镜像资源
gem sources --remove https://xxxx
gem sources --add https://xxxx
gem sources --l
//安装cocoapods
sudo gem install -n /usr/local/bin cocoapods —pre