Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
split-tabs.yazi
A Yazi plugin that provides a dual-pane view by splitting the screen between two tabs.
Features
- Toggle dual-pane mode
- Switch focus between panes
- Toggle a full-width preview panel at the bottom
Installation
ya pkg add terrakok/split-tabsor
# Windows
git clone https://github.com/terrakok/split-tabs.yazi %AppData%\yazi\config\plugins\split-tabs.yazi
# Linux/macOS
git clone https://github.com/terrakok/split-tabs.yazi ~/.config/yazi/plugins/split-tabs.yaziConfiguration
Add this to your keymap.toml:
[mgr]
prepend_keymap = [
{ on = "\\", run = "plugin split-tabs spl_toggle", desc = "Split-tabs: toggle split tabs mode" },
{ on = "<Tab>", run = "plugin split-tabs spl_switch_tab", desc = "Split-tabs: switch to the other pane" },
{ on = "P", run = "plugin split-tabs spl_preview", desc = "Split-tabs: toggle preview pane" },
...
]
Support the Developer
If you enjoy the project and want to support its development, consider buying me a coffee. Your support helps keep this project free and open-source!
