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 a key bind to just insert the selected path into the command line of the *current pane only* #48

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Similar Issues

Description

Similar to #46, it could be useful to have a key bind which just inserts the selected path to the command line of the current pane only.

Use Case

Same use case as #46 pretty much. When you want to run a command on the selected path but don't necessarily want to cd to it.

mrjones2014 commented 2 years ago

Maybe ctrl + i for the key bind?