Skip to content

Instantly share code, notes, and snippets.

@Niemi
Created October 23, 2014 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Niemi/a5e3471e7bbd85dd09a4 to your computer and use it in GitHub Desktop.
Save Niemi/a5e3471e7bbd85dd09a4 to your computer and use it in GitHub Desktop.
set-option -g status-utf8 on
set -g default-terminal "screen-256color"
set -g history-limit 10000
set -g base-index 1
setw -g utf8 on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
# Set window notifications
setw -g monitor-activity on
set -g visual-activity on
# set -g terminal-overrides "*88col*:colors=88,*256col*:colors=256,xterm*:colors=256"
# xterm-style function key sequences
setw -g xterm-keys on
# clock
set-window-option -g clock-mode-colour cyan
set-window-option -g clock-mode-style 24
# window title
# enable wm window titles
set-option -g set-titles on
bind ^A select-pane -t :.+
###http://robots.thoughtbot.com/a-tmux-crash-course
###manual http://manoftoday.wikidot.com/tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment