Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more tab commands #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add more tab commands #227

wants to merge 1 commit into from

Conversation

keeakita
Copy link

@keeakita keeakita commented Mar 4, 2019

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:

  • Add :tabrewind command that takes you to the first tab in the pane
  • Add :tablast command that takes you to the last tab in the pane
  • Add :tabr, :tabfir, :tabfirst as aliases to :tabrewind (to match vim)
  • Add :tabl as an alias to :tablast (to match vim)

I have written tests for:

  • New features introduced)

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
Copy link
Author

keeakita commented Mar 5, 2019

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant