mrjones2014 / ctrlg

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

Add key bind to open selected directory in `$EDITOR` if defined #39

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Fixes: #38

Alt/Option + Enter will open the selected directory in $EDITOR, if defined, only in the currently active tmux pane.