diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2022-06-29 03:31:31 +0200 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2022-06-29 03:31:31 +0200 |
commit | f34b891e13c92a6a5f199a10929aa84fe21f1d8e (patch) | |
tree | ffc836e260986526cd36fd01517145c19fc123cc /README.md | |
parent | 4f634ae42ac0b6b6bf8ce7d81412472f14776126 (diff) | |
download | lite-xl-plugins-f34b891e13c92a6a5f199a10929aa84fe21f1d8e.tar.gz lite-xl-plugins-f34b891e13c92a6a5f199a10929aa84fe21f1d8e.zip |
Add `primary_selection`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -147,6 +147,7 @@ _Note: if you make a pull request, the table should be updated and kept in alpha | [`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager | | [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url | | [`pdfview`](plugins/pdfview.lua?raw=1) | PDF preview for TeX files | +| [`primary_selection`](plugins/primary_selection.lua?raw=1) | Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed. | | [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours | | [`regexreplacepreview`](plugins/regexreplacepreview.lua?raw=1) | Allows for you to write a regex and its replacement in one go, and live preview the results. | | [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on cntrl+shift+t. | |