mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Bind emacs bindings for "core:" events to body
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user