打开 edit -> preference -> open config folder -> init.coffee, 添加:
# Get rid of the alt-menu shortcuts
atom.menu.template.forEach (t) ->
t.label = t.label.replace("&", "")
atom.menu.update()
Ubuntu 15.10上使用ppa安装Atom编辑器:http://www.linuxdiyf.com/linux/15542.html
Linux下安装Atom编辑器:http://www.linuxdiyf.com/linux/14731.html
Ubuntu中Atom编辑器显示中文乱码的处理方法:http://www.linuxdiyf.com/linux/14566.html
Ubuntu用户安装Atom 0.187.0文本编辑器:http://www.linuxdiyf.com/linux/10027.html
Linux下如何安装文本编辑器Atom 0.124.0:http://www.linuxdiyf.com/linux/2362.html