Skip Navigation

Fzf Tmux Session Manager script

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 --bind flag of fzf took me quite some time to debug because of many escape backslashes I needed to add. Here’s the script #!/bin/bash # ~/.local/bin/tmux-session-manager FIND_DEFAULT_COMMAND="tmux li...

0
0 comments