tmux-plugins / tmux-open

Tmux key bindings for quick opening of a highlighted file or url
MIT License
619 stars 63 forks source link

Option to open in background? #9

Open justmytwospence opened 9 years ago

justmytwospence commented 9 years ago

I know its possible in OSX at least, would be nice.

bruno- commented 9 years ago

Good idea! Is it the -g flag? Example for OS X: open -g somefile

Yea, I think this would be nice. And ideally a user could specify a different key for opening in a background, in addition to "plain" open.

justmytwospence commented 9 years ago

Yep. <S-o> would seem to be a reasonable keybinding.