Skip to content

Instantly share code, notes, and snippets.

@mattcodez
Created August 29, 2017 22:31
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 mattcodez/e125361e94528208ea9bff3d70082551 to your computer and use it in GitHub Desktop.
Save mattcodez/e125361e94528208ea9bff3d70082551 to your computer and use it in GitHub Desktop.
Saving my current tmux conf
set -g mouse on
#set-option -g mouse on
set -g status-interval 2
set -g status-right "#S #[fg=green,bg=black]#(tmux-mem-cpu-load --colors --interval 2 --powerline-right)#[default]"
set -g status-right-length 60
set -g pane-border-status top
set -g pane-border-format "#{pane_index} #{pane_current_command} #{pane_pid}"
set -g default-terminal "screen-256color"
bind-key P command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -S - ; save-buffer %1 ; delete-buffer'
set -g status-bg colour235
set -g status-fg white
set-window-option -g window-status-current-fg black
set-window-option -g window-status-current-bg green
set -g pane-border-fg green
set -g pane-border-bg black
set -g pane-active-border-fg colour199
set -g pane-active-border-bg colour55
#set -g window-style 'fg=black,bg=colour253'
#set -g window-active-style 'fg=colour234,bg=colour231'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment