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]: Add key bind to `cd` to selected directory but not send the command to other `tmux` panes #47

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

Add a keybind (maybe ctrl + o or something) to cd only the current pane. e.g. skip the tmux integration where it sends the cd command to all panes.

Use Case

If you have a long-running task running in another pane like a file watcher or something, or if you just want to quickly jump somewhere, do something, and jump back, only in the current pane.