diff options
author | Jefferson González <jgmdev@gmail.com> | 2022-09-10 20:28:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-10 20:28:44 -0400 |
commit | 16ca3173739cf47feb5ffe7a7995c78588b2af36 (patch) | |
tree | 4a5e64456b408883f9e872108d1974731cd37417 /README.md | |
parent | 591928a3b8235d3941a00d3cdab7719ded8d4e57 (diff) | |
parent | f34b891e13c92a6a5f199a10929aa84fe21f1d8e (diff) | |
download | lite-xl-plugins-16ca3173739cf47feb5ffe7a7995c78588b2af36.tar.gz lite-xl-plugins-16ca3173739cf47feb5ffe7a7995c78588b2af36.zip |
Merge pull request #114 from Guldoman/PR_primary_selection
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. | |