Skip to content

Commit

Permalink
docs: add video to the helix tip
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed May 8, 2024
1 parent ff3f595 commit ed238d3
Show file tree
Hide file tree
Showing 3 changed files with 860 additions and 576 deletions.
5 changes: 5 additions & 0 deletions docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@ Note: this uses a floating window, but you should also be able to open a new pan

Original post: https://github.com/zellij-org/zellij/issues/3018#issuecomment-2086166900, credits to [@rockboynton](https://github.com/rockboynton) and [@postsolar](https://github.com/postsolar) for sharing and polishing it!

<details>
<summary>Demonstrate Helix+Zellij+Yazi workflow</summary>
<video src="https://github.com/helix-editor/helix/assets/17523360/a4dde9e0-96bf-42a4-b946-40cbee984e69" width="100%" controls muted></video>
</details>

## Make Yazi even faster than fast {#make-yazi-even-faster}

While Yazi is already fast, there is still plenty of room for optimization for specific users or under certain conditions:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"format": "prettier --write ."
},
"dependencies": {
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/core": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"prism-react-renderer": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/tsconfig": "3.2.1",
"@docusaurus/types": "3.2.1",
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/tsconfig": "3.3.2",
"@docusaurus/types": "3.3.2",
"prettier": "^3.0.3",
"typescript": "~5.2.2"
},
Expand Down
Loading

0 comments on commit ed238d3

Please sign in to comment.