Created
March 29, 2021 01:39
-
-
Save phillipleblanc/f2d8bdb108fea96aecfc9945eec8bdb8 to your computer and use it in GitHub Desktop.
.tmux.conf
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
| set -g prefix C-x | |
| unbind C-b | |
| bind / split-window -h | |
| bind . split-window -v | |
| set -g mode-mouse on | |
| set-window-option -g mode-mouse on | |
| set -g terminal-overrides 'xterm*:smcup@:rmcup@' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment