Skip to content

Instantly share code, notes, and snippets.

@thewismit
Last active September 14, 2019 16:49
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 thewismit/7d5aaa945274e9a41ae3359128ae3389 to your computer and use it in GitHub Desktop.
Save thewismit/7d5aaa945274e9a41ae3359128ae3389 to your computer and use it in GitHub Desktop.
config files for Ubuntu 18.04 in WSFL
set -g prefix ^a
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
unbind %
bind | split-window -h
bind - split-window -v
bind N break-pane
# Improve colors
set -g default-terminal 'screen-256color'
# Set scrollback buffer to 10000
set -g history-limit 10000
# Customize the status line
set -g status-fg green
set -g status-bg black
# Highlight active window
set-window-option -g window-status-current-bg blue
# Set window notifications
setw -g monitor-activity on
set -g visual-activity on
# Automatically set window title
setw -g automatic-rename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment