Skip to content

Instantly share code, notes, and snippets.

@ftrain
Created January 15, 2014 20:18

Revisions

  1. ftrain created this gist Jan 15, 2014.
    31 changes: 31 additions & 0 deletions .tmux.conf
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    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 base-index 1

    setw -g aggressive-resize on

    set-option -g status-utf8 on
    set -g status-bg black
    set -g status-fg green
    #set -g status-left-length 15
    #set -g status-left ' #[fg=cyan,bright]#10H#[fg=green]:#[fg=white]#S#[fg=green] | #[default]'
    #set -g status-right '| #[fg=yellow]%y-%m-%d %H:%M '
    set -g status-justify centre


    # MOAR COLORS
    set -g default-terminal "screen-256color"

    # Turn on the extra keys we now support.
    set-window-option -g xterm-keys on

    # big big history
    set-option -g history-limit 10000

    # kill the bell
    set-option bell-action none
    bind -t emacs-copy C-z scroll-down
    bind -t emacs-copy M-z scroll-up