aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJefferson González <jgmdev@gmail.com>2022-09-10 20:28:44 -0400
committerGitHub <noreply@github.com>2022-09-10 20:28:44 -0400
commit16ca3173739cf47feb5ffe7a7995c78588b2af36 (patch)
tree4a5e64456b408883f9e872108d1974731cd37417 /README.md
parent591928a3b8235d3941a00d3cdab7719ded8d4e57 (diff)
parentf34b891e13c92a6a5f199a10929aa84fe21f1d8e (diff)
downloadlite-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74b75f8..50c49b1 100644
--- a/README.md
+++ b/README.md
@@ -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. |