Skip to content

Instantly share code, notes, and snippets.

@lukas2
Created November 10, 2010 11:56
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 lukas2/670757 to your computer and use it in GitHub Desktop.
Save lukas2/670757 to your computer and use it in GitHub Desktop.
tmux
set-option -g prefix C-a
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
@lukas2
Copy link
Author

lukas2 commented Nov 10, 2010

(the above script should go into ~/.tmux.conf - it will replace ctrl-b with ctrl-a so its more like screen)
cheat sheet for screen and tmux: http://www.dayid.org/os/notes/tm.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment