awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

Add option to enable keybindings in editable view #62

Closed glvr182 closed 4 years ago

glvr182 commented 4 years ago

Defaults to false to not change old behaviour.

To enable this, simply set v.KeybindOnEdit = true on any editable view and you should be good to go.