Skip to content

Instantly share code, notes, and snippets.

@fuxx
Created August 1, 2022 10:06
Show Gist options
  • Save fuxx/32d61ae40a650d4b60de14f619ec24cc to your computer and use it in GitHub Desktop.
Save fuxx/32d61ae40a650d4b60de14f619ec24cc to your computer and use it in GitHub Desktop.
set -g history-limit 1000
set -g status-interval 1
set -g status-left '#H#[default]'
set -g status-right '#(cut -d ” ” -f 1-4 /proc/loadavg)#[default] #%Y-%m-%d %H:%M:%S#[default]'
setw -g monitor-activity on
set -g visual-activity on
setw -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
set-option -g default-shell $HOME/local/bin/fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment