ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Tabs should open after the FocusChange target #82

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

In #43 , I made tabs get placed before the tab targeted by FocusChange when handling TabAction::Open and TabAction::Move. This isn't how Vim does it: :tabedit and :tabmove will place the tab after the target.