Skip to content

Instantly share code, notes, and snippets.

@rhaseven7h
Created May 27, 2019 04:30
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 rhaseven7h/06a141d5f68aee73a80b415d85eecf52 to your computer and use it in GitHub Desktop.
Save rhaseven7h/06a141d5f68aee73a80b415d85eecf52 to your computer and use it in GitHub Desktop.
Sample Tmux Config
unbind-key C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split commands
unbind-key '%'
unbind-key '"'
bind-key '/' split-window -h
bind-key '-' split-window -v
# reload
bind-key r source-file ~/.tmux.conf
# Sync Panes
bind-key C-s setw synchronize-panes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment