Skip to content

Instantly share code, notes, and snippets.

@id
Created February 3, 2018 21:07
Show Gist options
  • Save id/2fbbed873d4a7a12acfdd86e467aa3ec to your computer and use it in GitHub Desktop.
Save id/2fbbed873d4a7a12acfdd86e467aa3ec to your computer and use it in GitHub Desktop.
.tmux.conf
unbind C-b
set-option -g prefix C-a
bind C-a send-prefix
set-option -g default-terminal "screen-256color"
bind-key -temacs-copy M-w copy-pipe "tmux_send_clip.sh"
set-option -g default-command "/bin/bash && source ~/.bashrc"
set-option -g status-bg black
set-option -g status-fg white
set-option -g status-left ‘#[fg=green]#H’
set-option -g visual-activity on
set-option -g base-index 1
set-option -s escape-time 0
set-option -g update-environment "SSH_AUTH_SOCK SSH_CONNECTION"
set-option -g history-limit 10000
set-window-option -g window-status-current-bg red
set-window-option -g monitor-activity on
set-window-option -g automatic-rename
set -g default-shell $SHELL
set -g default-command "reattach-to-user-namespace -l ${SHELL}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment