zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.38k stars 610 forks source link

Keybinding action to re-run a command of a tab #3425

Open sinux-l5d opened 2 weeks ago

sinux-l5d commented 2 weeks ago

Hi there,

I'm currently learning Rust with rustlings, and I use a Zellij layout that you can find here: https://gist.github.com/sinux-l5d/f695d5c31377616d091be2044977b936

I'd like to be able to re-run a command without having to move to the "Hint" pane and press Enter. Maybe a keybinding that reload a pane based on its name ?

image

I've tried to find if an existing plugin can do that, but couldn't find one.

Note that I'm new to "advanced" Zellij, what I'm asking might not be possible or can already be done with what exists...