Created
December 20, 2021 19:42
-
-
Save grpnpraveen/6eb321a92f284db979b2ad05162d4ef7 to your computer and use it in GitHub Desktop.
Running Tmux in windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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