Created
September 30, 2019 13:42
-
-
Save karthiks/c6bba4937035cfb4be62269fb76d63a3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # To enable mouse scroll in tmux pane | |
| set -g mouse on | |
| # Tmux to support colors | |
| set -g default-terminal "screen-256color" | |
| # Change the default prefix from C-b to C-z | |
| set -g prefix C-z | |
| unbind C-b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment