mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-08 05:40:18 +09:00
I was under the impression that tcell couldn't detect shift tab key presses, but this was incorrect. It turns out that tcell just calls it backtab. This commit makes backtab the default binding for OutdentSelection. See #203