diff options
author | Ferdinand Prantl <prantlf@gmail.com> | 2021-06-03 15:21:32 +0200 |
---|---|---|
committer | Ferdinand Prantl <prantlf@gmail.com> | 2021-06-03 15:21:32 +0200 |
commit | 35fb3df3fc18de6082f2363b00d6c4331a620200 (patch) | |
tree | 1922c31a4f98fed88838ef57f3f8748887553cf0 /README.md | |
parent | ab2f674595c0f11ecfa189e0e0dace77d7de9aa3 (diff) | |
download | lite-xl-plugins-35fb3df3fc18de6082f2363b00d6c4331a620200.tar.gz lite-xl-plugins-35fb3df3fc18de6082f2363b00d6c4331a620200.zip |
Add autosaveonfocuslost
Automatically saves files that were changed when the main window loses focus
by switching to another application.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Plugin | Description -------|----------------------------------------- [`autoinsert`](plugins/autoinsert.lua?raw=1) | Automatically inserts closing brackets and quotes. Also allows selected text to be wrapped with brackets or quotes. *[`autosave`](plugins/autosave.lua?raw=1)* | Automatically saves files when they are changed +*[`autosaveonfocuslost`](plugins/autosaveonfocuslost.lua?raw=1)* | Automatically saves files that were changed when the main window loses focus by switching to another application [`autowrap`](plugins/autowrap.lua?raw=1) | Automatically hardwraps lines when typing *[`bigclock`](plugins/bigclock.lua?raw=1)* | Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))* [`black`](https://git.sr.ht/~tmpod/black-lite)* | Integrates the [black](https://github.com/psf/black) Python formatter with lite |