lirios / terminal

:rocket: Terminal
GNU General Public License v3.0
29 stars 3 forks source link

Added shortcuts to cycle through tabs #17

Closed rafaelsamenezes closed 6 years ago

rafaelsamenezes commented 6 years ago

Added Shift+Right to go for the next tab (if the current focus is on the last tab, then it will go to the first one) Added Shift+Left to go for the previous tab (if the current focus is on the first tab, then it will go to the last one)

rafaelsamenezes commented 6 years ago

Travis gave an error at the curl command, I think that this PR is not the problem, right? Should I reopen this PR or am I forgetting something?

plfiorini commented 6 years ago

@RafaelSa94 the curl error has nothing to do with the PR, it didn't even get to build the source code

plfiorini commented 6 years ago

@RafaelSa94 Merged, thanks!