Josh Bode
Results
32
comments of
Josh Bode
Thanks for the tip, @justinmk! This worked for me: ```vim autocmd DirChanged * call chansend(v:stderr, printf("\033]7;file://%s\033\\", v:event.cwd)) ``` along with the following bindings for tmux which I use to create...
I'm working on a SOPS plugin for Mise, based heavily on [asdf-sops](https://github.com/feniix/asdf-sops/) with some stuff borrowed from the poetry plugin, also. The initial version is here: [mise-sops](https://github.com/joshbode/mise-sops) I'm still playing...