Created
December 29, 2020 22:44
-
-
Save hehuan2112/cfde0c6c3e61ba3c72856837e4da579e to your computer and use it in GitHub Desktop.
A simple tmux config file
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
unbind C-b | |
set -g prefix C-a | |
set -g mouse on | |
unbind '"' | |
bind '-' split-window -v | |
bind '_' split-window -v | |
unbind '%' | |
bind '|' split-window -h | |
bind '\' split-window -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment