mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Fix bug where you couldn't use backspace, delete, arrow keys in file finder.
Bind all these movement keys only to editor for now, because they're interfering with the default input behavior.
This commit is contained in:
parent
04fce8067f
commit
3515591d58
@ -50,7 +50,7 @@ class Editor extends View
|
||||
@autoIndent = true
|
||||
|
||||
bindKeys: ->
|
||||
window.keymap.bindKeys '*:not(.editor *)',
|
||||
window.keymap.bindKeys '.editor',
|
||||
'meta-s': 'save'
|
||||
right: 'move-right'
|
||||
left: 'move-left'
|
||||
|
Loading…
Reference in New Issue
Block a user