mrjones2014 / ctrlg

A command line context switcher, written in Rust :crab:
https://crates.io/crates/ctrlg
MIT License
30 stars 1 forks source link

[Feature]: "Hook" function to allow user to define extra tmux window IDs to send `cd` command to #83

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

Something like _ctrlg_get_related_win_ids that the user can define as a function.

The script will call it, and in addition to sending to all windows in current pane, it sends cd command to those window IDs as well.

Use Case

I've switched my workflow from using splits to using per-window floating windows.