Skip to content

Instantly share code, notes, and snippets.

@ricardojba
Last active April 5, 2026 16:33
Show Gist options
  • Select an option

  • Save ricardojba/b567a7ea0d283148aa0f60cd8232fdf4 to your computer and use it in GitHub Desktop.

Select an option

Save ricardojba/b567a7ea0d283148aa0f60cd8232fdf4 to your computer and use it in GitHub Desktop.
set -g base-index 1
set -g pane-base-index 1
set -g default-terminal "screen-256color"
set -g history-limit 100000
set-window-option -g automatic-rename off
set-option -g set-titles off
bind r source-file ~/.tmux.conf
set -g xterm-keys on
bind R refresh-client
#set-option -g mouse on
#set -g mouse on
set -s escape-time 50
set -g status-interval 300
set -g status-right-length 100
set -g status-right "#(ifconfig eth0|grep 'inet addr:'|cut -d: -f2|awk '{ print $1}') #(uname -r) #(cut -d ' ' -f 1-3 /proc/loadavg) %H:%M %d-%b-%y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment