Farit / TabTeleport

TabTeleport is a plugin for the Sublime Text 3, which helps navigate between editor tabs without using a mouse.
4 stars 1 forks source link

It always switches to the last open tab. #2

Open kiddten opened 7 years ago

kiddten commented 7 years ago

It doesn't depend from choice of tab.

kiddten commented 7 years ago
command: tabteleport_ctrl_tab
command: move {"by": "lines", "forward": true}
command: insert {"characters": "\n"}
plugin rewritten command: switch_to_tab

Some output from logs.

OS: Ubuntu.

Farit commented 7 years ago

Could you tell your Ubuntu version, please?

kiddten commented 7 years ago

16.10

Farit commented 7 years ago

My version is 14.04, maybe something changed for 16.10. I will install 16.10 on a virtual machine and fix the problem, but only on upcoming weekends.

kiddten commented 7 years ago

Don't worry. I've figured out what is the problem. This package https://packagecontrol.io/packages/TabsExtra has been installed. So seems there is some conflict.