Sublime Forum

Updated to beta 3080 (MacOS), cant open files in cmd line

#1

MacOS Yosemite, just updated to build 3080. I am no longer able to open files from command line.

I’ve removed ~/bin/subl and re-linked:

$ ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl ~/bin/subl
$ which subl
/Users/isuftin/bin/subl
$ echo $EDITOR
subl -w

$ subl
This opens sublime text 3, build 3080

$ subl
This just re-opens subl without opening a file

0 Likes

#2

Are you using tmux?

0 Likes

#3

screen via byobu

0 Likes

#4

I had the same problem with tmux, this worked for me:

github.com/ChrisJohnsen/tmux-MacOSX-pasteboard

brew install reattach-to-user-namespace

and add this to your screen config as the default command: reattach-to-user-namespace -l bash.

0 Likes

#5

Thanks weslly, worked for me.

[quote=“weslly”]I had the same problem with tmux, this worked for me:

github.com/ChrisJohnsen/tmux-MacOSX-pasteboard

brew install reattach-to-user-namespace

and add this to your screen config as the default command: reattach-to-user-namespace -l bash.[/quote]

0 Likes