Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save broisnischal/3a75ae382b28ecb75ba2b2353cbfd2e7 to your computer and use it in GitHub Desktop.
Save broisnischal/3a75ae382b28ecb75ba2b2353cbfd2e7 to your computer and use it in GitHub Desktop.
.tmux.conf
# .tmux.conf
set -g mouse on
setw -g mode-keys vi
unbind C-b
set -g prefix C-a
bind C-a send-prefix
bind | split-window -h
bind - split-window -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment