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 keybind to `pushd selected/dir && $EDITOR && popd` in current tmux pane only #61

Closed mrjones2014 closed 2 years ago

mrjones2014 commented 2 years ago

Fixes: #59

Also cleans up the way the shell plugins are written, it should make it easier to reason about and add additional key binds going forward.