We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da0ea3 commit 75f2235Copy full SHA for 75f2235
README.md
@@ -21,7 +21,7 @@ To bind it to a keybinding, add the following to your [keybindings](https://zell
21
```kdl
22
shared {
23
bind "Ctrl y" {
24
- LaunchOrFocusPlugin "https://github.com/zellij-org/develop-rust-plugin/releases/latest/download/develop-rust-plugin.wasm" {
+ LaunchOrFocusPlugin "https://github.com/zellij-org/create-rust-plugin/releases/latest/download/create-rust-plugin.wasm" {
25
project_dir "/home/aram/code" // change-me!
26
floating true
27
move_to_focused_tab true
0 commit comments