Versions in this module Expand all Collapse all v0 v0.2.0 Apr 25, 2026 Changes in this version + type Editor struct + func NewEditor() *Editor + func (e *Editor) EditText(initialContent string) (string, bool, error) + func (e *Editor) SetVimMode(enabled bool) + type VimMode int + const VimInsert + const VimNormal + const VimSearch v0.2.0-beta1 Apr 13, 2026