aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-11-24 13:09:41 +0100
committerGitHub <noreply@github.com>2022-11-24 13:09:41 +0100
commite1c3a2542b337eae8c12bd8e6d6923d4ba6e4dd8 (patch)
treed9b83d3e2b683c16b9ccbd2efbfa9769ecf6fb77
parent673515b405729d849dbbfefc8a00ceb6091935d8 (diff)
parentc8b39f574e32e53cbcb39492d5d281db2cfd10e7 (diff)
downloadlite-xl-plugins-e1c3a2542b337eae8c12bd8e6d6923d4ba6e4dd8.tar.gz
lite-xl-plugins-e1c3a2542b337eae8c12bd8e6d6923d4ba6e4dd8.zip
Merge pull request #159 from Dlanis/patch-1
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86c4d99..8431ba8 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ asterisk.*
| [`profiler`](plugins/profiler) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) |
| [`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. |
+| [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t. |
| [`scalestatus`](plugins/scalestatus.lua?raw=1) | Displays current scale (zoom) in status view (depends on scale plugin) |
| [`select_colorscheme`](plugins/select_colorscheme.lua?raw=1) | Select a color theme, like VScode, Sublime Text.(plugin saves changes) |
| [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* |