Skip to content

Instantly share code, notes, and snippets.

@igmarin
Created April 9, 2014 17:27
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 igmarin/10294644 to your computer and use it in GitHub Desktop.
Save igmarin/10294644 to your computer and use it in GitHub Desktop.
My Tmux Conf
set -g default-terminal "xterm-256color"
setw -g window-status-current-bg default
setw -g window-status-current-attr underscore
set -g message-fg white
set -g message-bg black
set -g message-attr bright
setw -g mode-mouse on
setw -g utf8 on
set -g utf8 on
# resize panes like vim
#bind-key -r < resize-pane -L 3
#bind-key -r > resize-pane -R 3
#bind-key -r + resize-pane -U 1
#bind-key -r = resize-pane -D 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment