mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
7 lines
155 B
CoffeeScript
7 lines
155 B
CoffeeScript
window.keymap.bindKeys '*'
|
|
'meta-w': 'close'
|
|
'alt-meta-i': 'show-console'
|
|
right: 'move-right'
|
|
left: 'move-left'
|
|
down: 'move-down'
|
|
up: 'move-up' |