1、atom手动安装插件
cd ~/.atom/packages
git clone <你想安装的 Package 的仓库链接> # 比如:git clone https://atom.io/packages/emmet
cd <Package 路径> # cd emmet-atom
npm install
安装成功后会在 Package 目录下显示。
2、atom 修改快捷键
在 setting > keybindings > keymap file 搜索你要修改的插件
You can override these keybindings by copying and pasting them into your keymap file
网友评论