No let editor bindings match hidden textarea

This commit is contained in:
Corey Johnson
2012-02-07 15:37:05 -08:00
parent 5bce8f00d7
commit 4935ec9e39

View File

@@ -33,9 +33,10 @@ class Editor extends View
@buildCursorAndSelection()
@handleEvents()
@setBuffer(new Buffer)
new (require('vim-mode'))(this)
bindKeys: ->
atom.bindKeys '*',
atom.bindKeys '*:not(.editor *)',
right: 'move-right'
left: 'move-left'
down: 'move-down'