KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
split-tabs.yazi
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
BrightOS-Jarvis-Asistan
:
AI-powered personal assistant built on BrightOS — voice commands, automation, and system control.
build-with-coco
:
No description available.
emacs-ltex-plus
:
LTeX+: Grammar/spell checker 🔍✔️ for Emacs using LanguageTool with support for LaTeX 🎓, Markdown 📝, and others
Claude_Code_Full_Course
:
No description available.
ccp
:
Cephalopod Coordination Protocol (CCP) is a Rust-based client-server protocol for fast, reliable coordination between agentic systems.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
split-tabs.yazi
?
Download (.md)
# split-tabs.yazi <p align="center"> <img src="media/screenshot.png" width="70%"/> </p> A [Yazi](https://github.com/sxyazi/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 ```sh ya pkg add terrakok/split-tabs ``` or ```sh # 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 <p align="center"> <a href="https://www.buymeacoffee.com/terrakok" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-green.png" alt="Buy Me A Coffee" width="200"></a> </p> 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!