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-tabs

or

# 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.yazi

Configuration

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

Buy Me A Coffee

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!

关于 About

No description, website, or topics provided.

语言 Languages

Lua100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
26
Total Commits
峰值: 12次/周
Less
More

核心贡献者 Contributors