>>108502148
You mind rewrinting these functions, so they'll work with screen? Thanks.
alias -g fzlm=__fzlm
alias -g ffm="\
\$(\
fzlm\
)\
"
t() {
local session="s0"
highest=$(tmux ls | grep -oE 's[0-9]+' | sed 's/s//' | sort -n | tail -1 2>|/dev/null)
if [[ -n "$highest" && "$highest" =~ ^[0-9]+$ ]]; then
local session="s$((highest + 1))"
fi
Comment too long. Click here to view the full text.