This is an extension that allows you to open TMUX in your VSCode instace without a bunch of steps. TMUX is a terminal multiplexer. For more information, watch TMUX in 100 Seconds by Fireship.
cmd+g gorctrl+g gfor opening TMUX- You can also server for TMUX in the command pallet (
cmd + shift + p-> TMUX) - users can add a custom keybind to the function
tmux.openTmux.
- TMUX must be installed on your system.
- For TMUX installation, look at TMUX Github repository -> https://github.com/tmux/tmux
- No known issues, you can open issues here -> https://github.com/WilliamFernsV3/tmux-for-vscode
- Your contributions in the issues would be appreciated
- If TMUX is already open, the focus is returned to the terminal, instead of opening a new instance of TMUX.
- Fixed issue: when TMUX is opened, if any other terminals are active, terminal panel is not opened.
Initial release of TMUX for VSCode
Added tmux.closeNonTerminalEditors command.
Fixed tmux.closeNonTerminalEditors command, added description
Enjoy!