aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2023-10-25 11:01:33 +0200
committerGitHub <noreply@github.com>2023-10-25 11:01:33 +0200
commitf02ce208852d5682c4a088e40ad9958bfb6180a4 (patch)
tree94832109e53e21b284146140adcb6d49647ff9b5 /manifest.json
parent2a522b19bdb360dc5e888a2ee3db5f3b8662d432 (diff)
downloadlite-xl-plugins-f02ce208852d5682c4a088e40ad9958bfb6180a4.tar.gz
lite-xl-plugins-f02ce208852d5682c4a088e40ad9958bfb6180a4.zip
`tab_switcher`: Sort entries by last focused and add "hold" mode (#308)
* `tab_switcher`: Sort entries by last focused The last entry in `tab-switcher:tab-list{,-current-split}` is the previously focused tab, so that pressing enter is enough to switch to it. Also added `tab-switcher:switch-to-last-tab{,-in-current-split}` commands. * `tab_switcher`: Implement "hold" mode
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 053e8bf..2f7163c 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1589,7 +1589,7 @@
},
{
"description": "Switch between open tabs by searching by name",
- "version": "0.1",
+ "version": "0.2",
"path": "plugins/tab_switcher.lua",
"id": "tab_switcher",
"mod_version": "3"