Skip to content

Instantly share code, notes, and snippets.

@42jerrykim
Created December 6, 2018 01:04
Show Gist options
  • Save 42jerrykim/55d3f63dd067efe2901d62926feb4b38 to your computer and use it in GitHub Desktop.
Save 42jerrykim/55d3f63dd067efe2901d62926feb4b38 to your computer and use it in GitHub Desktop.
set-option -g history-limit 100000
setw -g mode-keys vi
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left '#[fg=green]#H'
# Highlight active window
set-window-option -g window-status-current-bg red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment