Skip Navigation

Fzf Tmux Session Manager

howarddo2208.github.io Fzf Tmux Session Manager

Today I wrote a script to quickly search, delete and add new tmux session with the power of fzf. The script The --bind flag of fzf took me quite some time to debug because of many escape backslashes I needed to add. #!/bin/bash # ~/.local/bin/tmux-session-manager FIND_DEFAULT_COMMAND="tmux list-sess...

I already posted this on c/commandline but I think it's more suitable here.

0
0 comments