A Sublime Text 3 plugin that allows you to move tabs anywhere with your keyboard.
This plugin was created because of the weird behavior in ST3 when trying to move the tabs manually.
Also, keyboard shortcuts are awesome!
Key Binding | Action |
---|---|
⌘+K, ⌘+comma | move this tab to the left |
⌘+K, ⌘+period | move this tab to the right |
Key Binding | Action |
---|---|
Ctrl+K, Ctrl+comma | move this tab to the left |
Ctrl+K, Ctrl+period | move this tab to the right |
Note: These key binding will override the default code folding behavior.
To use, rename Example ([OS]).sublime-keymap
to Default ([OS]).sublime-keymap
Key Binding | Action |
---|---|
⌘+K, ⌘+[digit] | move this tab anywhere in the group |
Key Binding | Action |
---|---|
Ctrl+K, Ctrl+[digit] | move this tab anywhere in the group |
- No longer overriding default key bindings.
- Changed name to reflect how it stands out from other similar plugins.
- Refactored move logic.
- Initial release.
Copyright (c) 2014 Ilya Kaminsky
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.