Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: ability to run zellij actions on specific panes or tabs #3061

Open
uncomfyhalomacro opened this issue Jan 13, 2024 · 1 comment
Open

Comments

@uncomfyhalomacro
Copy link
Contributor

uncomfyhalomacro commented Jan 13, 2024

One thing I noticed while using zellij is the lack of the feature to run "actions" on specific panes or tabs (tabs are essentially panes I believe).

My use case is when doing editor functionality to interact with zellij e.g. a neovim plugin or a kakoune script for kakoune. For example, I want to run cargo clippy on an existing pane, let's say the pane having the ID of 12. This can be accomplished with the write-chars command:

zellij action write-chars --pane-id 12 "cargo clippy"
zellij action write --pane-id 12 10

I quite missed this functionality from tmux to be able to do tasks on specific panes.

@cristiand391
Copy link
Contributor

Related #2835

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants