Skip to content

Instantly share code, notes, and snippets.

@grpnpraveen
Created December 20, 2021 19:42
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 grpnpraveen/6eb321a92f284db979b2ad05162d4ef7 to your computer and use it in GitHub Desktop.
Save grpnpraveen/6eb321a92f284db979b2ad05162d4ef7 to your computer and use it in GitHub Desktop.
Running Tmux in windows
Tmux is a terminal multiplexer – a popular (even essential) command-line tool that allows one to divide a console/terminal window
into multiple “panes” and render the output of a shell and/or tool in each “pane”, and to switch input between each pane.
After some browsing and researching I finally got a way to run tmux in windows.
Download or install git of version 2.27
http://www.npackd.org/p/git64/2.27
and copy the files tmux.exe,msys-event-2-1-7.dll and msys-event_core-2-1-7.dll into
C:\Program Files\Git\usr\bin this path.Then simply rerun the git bash.
Link for dll and tmux files: https://github.com/grpnpraveen/Dependencies_To_run_Tmux/tree/main
Done 💯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment