mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-02 10:50:25 +09:00
Tab is now bound to both IndentSelection and InsertTab. There is currently no binding for OutdentSelection (the user can bind that to their liking). Hopefully in the future it can be bound to shift-tab but tcell does currently support that. Closes #203