aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-06-29 03:31:31 +0200
committerGuldoman <giulio.lettieri@gmail.com>2022-06-29 03:31:31 +0200
commitf34b891e13c92a6a5f199a10929aa84fe21f1d8e (patch)
treeffc836e260986526cd36fd01517145c19fc123cc /README.md
parent4f634ae42ac0b6b6bf8ce7d81412472f14776126 (diff)
downloadlite-xl-plugins-f34b891e13c92a6a5f199a10929aa84fe21f1d8e.tar.gz
lite-xl-plugins-f34b891e13c92a6a5f199a10929aa84fe21f1d8e.zip
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 6841052..20b20d4 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. |