We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24e471d + c5a536c commit 6853bb9Copy full SHA for 6853bb9
README.md
@@ -399,6 +399,10 @@ window:
399
Add the following keymap config to your Zellij KDL config, adjusting the keys you wish to use as necessary.
400
No configuration should be needed on the Neovim side.
401
402
+> [!NOTE]
403
+> This is an example. It is highly recommended to manually install the plugins and use `MessagePlugin "file:/path/to/plugin.wasm"`
404
+> instead of the GitHub URL!
405
+
406
```kdl
407
keybinds {
408
shared_except "locked" {
lua/smart-splits/mux/zellij.lua
@@ -36,6 +36,9 @@ function M.current_pane_at_edge()
36
return false
37
end
38
39
+ -- move back to original pane
40
+ zellij_exec({ 'action', 'move-focus', Direction.right })
41
42
return pane_id == new_pane_id
43
44
0 commit comments