Bind emacs bindings for "core:" events to body

This commit is contained in:
Nathan Sobo
2012-10-04 11:15:27 -10:00
parent 6061c3e52a
commit 6df8ebb183

View File

@@ -1,6 +1,4 @@
window.keymap.bindKeys '*',
'ctrl-f': 'core:move-right'
'ctrl-b': 'core:move-left'
window.keymap.bindKeys 'body',
'ctrl-p': 'core:move-up'
'ctrl-n': 'core:move-down'