Is there a shortcut I'm missing that would give me the path of the current file I'm working on? Ideally a key-combo that would put it on the clipboard
From within:
echo "$TM_FILEPATH" | pbcopy
from without:
echo $( osascript -e 'tell app "TextMate" to return path of first document' ) | pbcopy