Таким образом, один из способов сделать это - использовать ProjectMate Projects с помощью следующего сценария:
# we want to force TextMate to open up another window with the document
# if we leave out /dev/null here textmate will simply (re)activate the
# current document. So, while we get a project file with two items
# (the current document - which we wanted a new view of) and an
# empty file named "null", it's the easiest solution I know of
# WD-rpw 03-22-07
tof=` echo $TM_FILEPATH | sed 's/\.[^.]*$/*/' `
mate $tof /dev/null
Сохраните это в новой команде в комплекте, и вы должны быть готовы к работе.