class ViewModel
constructor: (@command, opts={}) ->
{@editor, @exState} = @command
class ViewModel
constructor: (@command, opts={}) ->
{@editor, @exState} = @command
- @view = new ExCommandModeInputElement().initialize(@, opts)
- @editor.commandModeInputView = @view
+ @view = new ExNormalModeInputElement().initialize(@, opts)
+ @editor.normalModeInputView = @view