mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
No let editor bindings match hidden textarea
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user