-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.txt
42 lines (26 loc) · 1.19 KB
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
🧭 Compass - Better Code Navigation
Lost? Tired of endlessly scrolling through tabs just to find the previous file you were working on?
Compass provides you the list of most-recently used tabs. It also helps you filter them by special tags!
By default, `ctrl+tab` jumps you to the next view in the MRU stack without showing the stack.
Compass provides you a visual guide of where you have been.
---
### How To Use
You must first enable the keybindings. From the command palette, select `Compass: Keybindings`
The plugin already has pre-commented keybinds that you can just copy
---
### Support ☕
Like my Sublime plugins? Keep the updates coming by supporting me on GitHub Sponsors, Ko-fi, or Patreon.
Your support will help fuel my coffee for my next coding session!
- https://github.com/sponsors/kapitanluffy
- https://patreon.com/kapitanluffy
- https://ko-fi.com/kapitanluffy
---
### Changes ✨
v3.0.1
- Fix CREATE_NO_WINDOW flag not in subprocess for non-window platforms
v3.0.0
This update is generally refactoring the internals
and preparing Compass to support multiple "sources" via plugins
- Add compass caching (disabled by default)
- Rework internals to support plugins
- A lot of bug fixes