Last active
September 2, 2021 21:45
-
-
Save saleem-mirza/10452c96d174ccac42da9ebb7c5ddbbe to your computer and use it in GitHub Desktop.
Minimalistic tmux.conf
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
set -g mouse on | |
set -g prefix C-s | |
set -g default-shell "/bin/bash" | |
set -g default-terminal "screen-256color" | |
bind-key | split-window -h | |
bind-key - split-window -v | |
bind-key r source-file ~/.tmux.conf \; display '~/.tmux.cof reloaded' | |
bind-key y set-window-option synchronize-panes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment