Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VonHeikemen/open-tab-list
Fuzzy search throught the list open files in sublime text
https://github.com/VonHeikemen/open-tab-list
sublime-text
Last synced: 2 months ago
JSON representation
Fuzzy search throught the list open files in sublime text
- Host: GitHub
- URL: https://github.com/VonHeikemen/open-tab-list
- Owner: VonHeikemen
- License: mit
- Created: 2021-06-16T14:01:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T14:19:10.000Z (over 3 years ago)
- Last Synced: 2024-08-07T18:43:11.967Z (6 months ago)
- Topics: sublime-text
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Tab List
Search throught the list of opened files.
## Why?
While you can indeed search the opened files with the standard `ctrl+p` the results of your search will be affected by the fact that sublime is looking in the whole project. So I wanted something similar to the `:Buffers` command you find in [fzf.vim](https://github.com/junegunn/fzf.vim), a way of fuzzy find just the opened files with a few nice features.
* Display the current file as the first item in the list.
* Show a number ID so I can select quickly between the items.
* Preserve the order of the "view stack", so I can navigate quickly between the current file and last recently used with `ctrl+tab`.## Getting Started
### Installation
#### Recommended (for now, 'cause is not in Package control's repository)Install `OpenTabList` via Package Control.
1. Open the Command Palette via Ctrl/⌘+Shift+p
2. Select *Package Control: Add Repository*
3. Copy the link of this repository on the input
4. Search for `OpenTabList` and press ↲ Enter#### Manual
1. Clone or download this repository, (re)name the folder to `OpenTabList` if necessary.
2. Move the folder inside your sublime `/Packages`. (*Preferences > Browse Packages...*)## Usage
Bind the command `otl_open_tab_list` to a keyboard shorcut (*Preferences > Key bindings)
Or, invoke the command from the command palette, search `OTL: List open files` and press ↲ Enter
## Support
If you find this plugin useful and want to support my efforts, [buy me a coffee ☕](https://www.buymeacoffee.com/vonheikemen).
[![buy me a coffee](https://res.cloudinary.com/vonheikemen/image/upload/v1618466522/buy-me-coffee_ah0uzh.png)](https://www.buymeacoffee.com/vonheikemen)