v0.1.3 includes an enhancement and some small fixes:
- It is now possible to select and navigate through tab-completion candidates in pager mode (#65, #66, thanks @YangchenYe323!)
- Fixed Home and End keys in certain terminals and multiplexers (#67, #68)
- Fixed crashing edge cases in the Ctrl-T "transpose characters" operation (#69, #70)
- Removed
(Config).ForceUseInteractive
; instead(Config).FuncIsTerminal
can be set tofunc() bool { return true }
(#71)