diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2022-12-28 20:36:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-28 15:36:57 -0400 |
commit | e77616d5e0fa34b7b558cb93d096e3c9dfb5fad8 (patch) | |
tree | 677a1d1b55ab64b84f99136aecb06f7ac040283f /README.md | |
parent | a5e119a9dc9a0160211c4c54fdbe83ae5dabcc43 (diff) | |
download | lite-xl-plugins-e77616d5e0fa34b7b558cb93d096e3c9dfb5fad8.tar.gz lite-xl-plugins-e77616d5e0fa34b7b558cb93d096e3c9dfb5fad8.zip |
Add `tab_switcher` (#173)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -172,6 +172,7 @@ asterisk.* | [`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically | | [`spellcheck`](plugins/spellcheck.lua?raw=1) | Underlines misspelt words *([screenshot](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png))* *-- note: on Windows a [`words.txt`](https://github.com/dwyl/english-words/blob/master/words.txt) dictionary file must be placed beside the exe* | | [`statusclock`](plugins/statusclock.lua?raw=1) | Displays the current date and time in the corner of the status view | +| [`tab_switcher`](plugins/tab_switcher.lua?raw=1) | Switch between open tabs by searching by name | | [`tabnumbers`](plugins/tabnumbers.lua?raw=1) | Displays tab numbers from 1–9 next to their names \*([screenshot](https://user-images.githubusercontent.com/16415678/101285362-007a8500-37e5-11eb-869b-c10eb9d9d902.png)) | | [`texcompile`](plugins/texcompile.lua?raw=1) | Compile Tex files into PDF | | [`theme16`](https://github.com/monolifed/theme16)\* | Theme manager with base16 themes | |