lloeki / ex-mode

Ex mode for Atom
MIT License
169 stars 59 forks source link

Add more tab commands #227

Open keeakita opened 5 years ago

keeakita commented 5 years ago

This adds two new tab commands: tabr/tabrewind/tabfi/tabfirst and tabl/tablast. These take you to the first and last tab, respectively.

Changes Proposed in this Pull Request:

I have written tests for:

However, I was not able to run tests on my laptop (Fedora), it just popped open a bunch of File Open dialogs and failed random tests. I'm hoping that you have CI on this repo or can get it running on your own :(

keeakita commented 5 years ago

Ah, looks like Travis is similarly broken :|

Let me know if there's any manual testing / screencasts / etc I can add to the PR in place of having the tests actually run :)