Skip to content

Instantly share code, notes, and snippets.

@hehuan2112
Created December 29, 2020 22:44
Show Gist options
  • Save hehuan2112/cfde0c6c3e61ba3c72856837e4da579e to your computer and use it in GitHub Desktop.
Save hehuan2112/cfde0c6c3e61ba3c72856837e4da579e to your computer and use it in GitHub Desktop.
A simple tmux config file
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