Skip to content

Instantly share code, notes, and snippets.

@Drowze
Created July 30, 2018 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Drowze/22a220debb00123705b4532cbf2aff31 to your computer and use it in GitHub Desktop.
Save Drowze/22a220debb00123705b4532cbf2aff31 to your computer and use it in GitHub Desktop.
vmux.fish
function vmux --description 'Use tmux inside vagrant instance'
vagrant ssh -- -t 'tmux attach $@'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment