Skip to content

Instantly share code, notes, and snippets.

@josefdlange
Created November 18, 2015 16:08
Show Gist options
  • Select an option

  • Save josefdlange/f0042e428d6cc4571a20 to your computer and use it in GitHub Desktop.

Select an option

Save josefdlange/f0042e428d6cc4571a20 to your computer and use it in GitHub Desktop.
old tmux configuration
set-option -g default-command "reattach-to-user-namespace -l zsh"
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g default-terminal "screen-256color"
set-option -g allow-rename off
set-option -g renumber-windows on
source ~/.tmuxline.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment