打开 edit -> preference -> open config folder -> init.coffee, 添加
1# Get rid of the alt-menu shortcuts 2atom.menu.template.forEach (t) -> 3 t.label = t.label.replace("&", "") 4atom.menu.update()
Wesley13
2021-10-11
打开 edit -> preference -> open config folder -> init.coffee, 添加
1# Get rid of the alt-menu shortcuts 2atom.menu.template.forEach (t) -> 3 t.label = t.label.replace("&", "") 4atom.menu.update()