Skip to content

Instantly share code, notes, and snippets.

@floxyz
Created June 25, 2014 11:09
Show Gist options
  • Save floxyz/e62481a84ea6cdcccf66 to your computer and use it in GitHub Desktop.
Save floxyz/e62481a84ea6cdcccf66 to your computer and use it in GitHub Desktop.
My tmux configuration
# tmux config
# @author: Florian Hagenauer 25.06.2014
set -g prefix C-a
unbind C-b
bind C-a send-prefix
unbind %
bind | split-window -h
bind - split-window -v
setw -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
setw -g monitor-activity on
set -g visual-activity on
set -g status-justify centre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment