Sublime Forum

On OSX, `subl $file -w` won't exit if inside a tmux session

#1

I think I managed to fit the whole bug in the subject. subl will just hang until manually interrupted.

0 Likes

#2

Bump. Seeing this also.

The issue doesn’t happen with textmate (mate -w). Using tmux 1.6 and sublime text 2.0.1 build 2217.

Edit:

This happens outside of git.

tmux;
subl -n -w test; cat test;

If I write something, save and close the sublime window, the prompt is still hung. If I perform the same, but quit sublime text instead of just closing the window, then background the hung terminal process with control-z, then ps ax, I see that subl is still running:

2935 s021  T      0:00.05 subl -n -w test

Screen doesn’t have the same issue;

screen;
subl -n -w test; cat test;
0 Likes

#3

Bump.

I’m experiencing this too; though I’m experiencing this in both screen and tmux as well as just in normal terminal and iTerm2 on Mac OS X. I posted about it here: https://forum.sublimetext.com/t/command-line-w-hangs-indefinitely-on-mac-os-x-10-7-4/6881/1&hilit=hangs#p35657.

0 Likes