Skip to content

Instantly share code, notes, and snippets.

@saleem-mirza
Last active September 2, 2021 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saleem-mirza/10452c96d174ccac42da9ebb7c5ddbbe to your computer and use it in GitHub Desktop.
Save saleem-mirza/10452c96d174ccac42da9ebb7c5ddbbe to your computer and use it in GitHub Desktop.
Minimalistic tmux.conf
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