Skip to content

Instantly share code, notes, and snippets.

@cloudqq
Created March 31, 2015 08:16
Show Gist options
  • Save cloudqq/0cc5d10bc4460e9aceec to your computer and use it in GitHub Desktop.
Save cloudqq/0cc5d10bc4460e9aceec to your computer and use it in GitHub Desktop.
set -g default-terminal "screen-256color"
unbind C-b
set -g prefix C-z
bind-key z send-prefix
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
bind-key r source-file ~/.tmux.conf
bind-key S command-prompt -p ssh: "new-window -n %1 'ssh %1'"
bind-key | split-window -h
bind-key - split-window -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment