Skip to content

Instantly share code, notes, and snippets.

@stef
Created June 21, 2011 15:04
Show Gist options
  • Save stef/1038042 to your computer and use it in GitHub Desktop.
Save stef/1038042 to your computer and use it in GitHub Desktop.
tmux screenify
set-option -g prefix C-a
unbind-key C-b
bind-key a send-prefix
bind-key C-a last
set-option -g status-bg black
set-option -g status-fg white
set -g history-limit 5000
set -g base-index 1
setw -g utf8 on
set -g bell-action any
#setw -g monitor-activity on
#set -g visual-activity on
set -g monitor-silence 0
setw -g mode-keys vi
setw -g xterm-keys on
bind l source ~/.tmux.conf
# log output
bind-key H pipe-pane 'cat >>$HOME/tmux-#W.log' \; display-message 'Started logging to $HOME/tmux-#W.log'
bind-key h pipe-pane \; display-message 'Ended logging to $HOME/tmux-#W.log'
bind-key C-l refresh-client
bind-key l refresh-client
setw -g mode-mouse on
set -g display-time 900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment