terminal - Opening sublime text 3 from a tmux session opens an empty file? -


whenever try open file terminal using sublime, example: subl ~/.zshrc, works fine when try same thing inside of tmux session empty blank file.

i saw many people asking related questions , blaming sublime, figured out it's not sublimes fault! it's relation between sublime , tmux. how can fix this? requires sort of permission or what?

this because tmux not have root access system.

it opens sublime doesn't show system files content.

you need give permission first.


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - What is the reason for not being able to deduce array size from initializer-string in member variable? -