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 :(
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:
:tabrewind
command that takes you to the first tab in the pane:tablast
command that takes you to the last tab in the pane:tabr
,:tabfir
,:tabfirst
as aliases to:tabrewind
(to match vim):tabl
as an alias to:tablast
(to match vim)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 :(